Skip to content

Commit

Permalink
Bump version (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragfire authored Mar 28, 2024
1 parent 036fde1 commit f58c991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leetup"
version = "1.2.5"
version = "1.2.6"
authors = ["dragfire <[email protected]>"]
edition = "2018"
description = "Leetcode cli"
Expand All @@ -15,7 +15,7 @@ exclude = [
]

[dependencies]
leetup-cache = { path = "./cache", version = "0.1.0"}
leetup-cache = { path = "./cache" }
clap = "4.4.2"
structopt = "0.3.15"
thiserror = "1.0.20"
Expand Down

0 comments on commit f58c991

Please sign in to comment.