Skip to content

Commit bfe9332

Browse files
committed
Version update for cache
1 parent f58c991 commit bfe9332

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" }
18+
leetup-cache = { path = "./cache", version = "0.1.1" }
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.0"
3+
version = "0.1.1"
44
authors = ["dragfire <[email protected]>"]
55
edition = "2018"
66
description = "Cache"

0 commit comments

Comments
 (0)