Skip to content

Commit 03ac88c

Browse files
committed
update deps
1 parent a8798c0 commit 03ac88c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
1515
readme = "README.md"
1616

1717
[workspace.dependencies]
18-
18+
cirno_store = { version = "1.0.0", path = "cirno_store" }
1919

2020
[profile.dev]
2121
opt-level = 0

cirno/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ categories = ["command-line-utilities"]
1212
readme = "../README.md"
1313

1414
[dependencies]
15+
cirno_store.workspace = true
1516
colored = "3.0"
16-
cirno_store = { path = "../cirno_store" }
1717
terminal_size = "0.4"
1818
unicode-width = "0.2"
1919
clap = { version = "4.5.48", features = ["derive"] }

0 commit comments

Comments
 (0)