Skip to content

Commit 9f9f641

Browse files
committed
Cargo publish
1 parent 1bf98e2 commit 9f9f641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = [
1515
]
1616

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

cache/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leetup-cache"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["dragfire <[email protected]>"]
55
edition = "2018"
66
description = "Cache"

0 commit comments

Comments
 (0)