Skip to content

Commit 2b0e529

Browse files
committed
[Release] v0.12.4
1 parent 041488f commit 2b0e529

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["cli", "core", "wasm", "xtask"]
44

55
[workspace.package]
6-
version = "0.12.3"
6+
version = "0.12.4"
77
edition = "2021"
88
authors = ["mist.zzh@gmail.com"]
99

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515
ansi_term = "0.12.1"
1616
anyhow = "1.0.91"
1717
clap = { version = "4.5.21", features = ["derive"] }
18-
codesnap = { path = "../core", version = "0.12.3", features = ["full"] }
18+
codesnap = { path = "../core", version = "0.12.4", features = ["full"] }
1919
ferris-says = "0.3.2"
2020
home = "0.5.9"
2121
indicatif = "0.17.9"

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ repository = "https://github.com/mistricky/CodeSnap"
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
codesnap = { version = "0.12.3", path = "../core" }
14+
codesnap = { version = "0.12.4", path = "../core" }
1515
console_error_panic_hook = "0.1.7"
1616
wasm-bindgen = "0.2.100"

xtask/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "xtask"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
edition = "2021"
55

66
[dependencies]
77
schemars = "0.8.22"
88
serde_json = "1.0.140"
9-
codesnap = { path = "../core", version = "0.12.3" }
9+
codesnap = { path = "../core", version = "0.12.4" }
1010
clap = { version = "4.5.21", features = ["derive"] }
1111

0 commit comments

Comments
 (0)