Skip to content

Commit

Permalink
bump version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfding committed Sep 19, 2024
1 parent 36ee816 commit fadad48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "todor"
version = "1.4.0"
version = "1.5.0"
edition = "2021"
authors = ["JF Ding <[email protected]>"]
description = "yet another cli TODO in Rust"
Expand All @@ -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" }

0 comments on commit fadad48

Please sign in to comment.