Skip to content

Commit 06c522a

Browse files
committed
chore: Release
1 parent 55ca8e6 commit 06c522a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "3"
44

55
[workspace.package]
66
authors = ["Samuel Huang <[email protected]>"]
7-
version = "0.11.1"
7+
version = "0.12.0"
88
edition = "2024"
99
rust-version = "1.85"
1010
readme = "README.md"

rustoku-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords.workspace = true
1212
categories.workspace = true
1313

1414
[dependencies]
15-
rustoku-lib = { version = "0.11.1", path = "../rustoku-lib" }
15+
rustoku-lib = { version = "0.12.0", path = "../rustoku-lib" }
1616
clap = { version = "4.5.38", features = ["derive"] }
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)