Skip to content

Commit 632f3c1

Browse files
committed
Bump version
1 parent 036fde1 commit 632f3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leetup"
3-
version = "1.2.5"
3+
version = "1.2.6"
44
authors = ["dragfire <[email protected]>"]
55
edition = "2018"
66
description = "Leetcode cli"
@@ -15,7 +15,7 @@ exclude = [
1515
]
1616

1717
[dependencies]
18-
leetup-cache = { path = "./cache", version = "0.1.0"}
18+
leetup-cache = { path = "./cache" }
1919
clap = "4.4.2"
2020
structopt = "0.3.15"
2121
thiserror = "1.0.20"

0 commit comments

Comments
 (0)