From fadad48a4f39851363b0b69549b43d3f2027caf1 Mon Sep 17 00:00:00 2001 From: JF Ding Date: Fri, 20 Sep 2024 01:14:14 +0800 Subject: [PATCH] bump version to v1.5.0 --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8bf6061..686523a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "todor" -version = "1.4.0" +version = "1.5.0" edition = "2021" authors = ["JF Ding "] description = "yet another cli TODO in Rust" @@ -18,6 +18,3 @@ crossterm = "0.28.1" dirs = "5.0.1" inquire = "0.7.5" regex = "1.10.6" - -#[patch.crates-io] -#inquire = { git = "https://github.com/jfding/inquire" }