Skip to content

Commit 4d50c14

Browse files
committed
chore(workspace): bump version to 12.0.1 and update dependencies
1 parent 5b1c345 commit 4d50c14

8 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exclude = ["charms-spell-checker"]
2424
resolver = "3"
2525

2626
[workspace.package]
27-
version = "12.0.0"
27+
version = "12.0.1"
2828
edition = "2024"
2929
authors = ["Ivan Mikushin <ivan@charms.dev>"]
3030
license = "MIT"
@@ -88,11 +88,11 @@ bech32 = { version = "0.11.1" }
8888
bincode = { version = "1.3.3" }
8989
bitcoin = { workspace = true, features = ["rand", "rand-std"] }
9090
candid = { version = "0.10" }
91-
charms-app-runner = { path = "./charms-app-runner", version = "12.0.0" }
92-
charms-client = { path = "./charms-client", version = "12.0.0" }
93-
charms-data = { path = "./charms-data", version = "12.0.0" }
94-
charms-lib = { path = "./charms-lib", version = "12.0.0" }
95-
charms-proof-wrapper = { path = "./charms-proof-wrapper", version = "12.0.0" }
91+
charms-app-runner = { path = "./charms-app-runner", version = "12.0.1" }
92+
charms-client = { path = "./charms-client", version = "12.0.1" }
93+
charms-data = { path = "./charms-data", version = "12.0.1" }
94+
charms-lib = { path = "./charms-lib", version = "12.0.1" }
95+
charms-proof-wrapper = { path = "./charms-proof-wrapper", version = "12.0.1" }
9696
clap = { version = "4.6.0", features = ["derive"] }
9797
clap_complete = { version = "4.6.0", features = ["unstable-dynamic"] }
9898
cml-chain = { workspace = true }

charms-app-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homepage.workspace = true
1313

1414
[dependencies]
1515
anyhow = { workspace = true }
16-
charms-data = { path = "../charms-data", version = "12.0.0" }
16+
charms-data = { path = "../charms-data", version = "12.0.1" }
1717
rand = { version = "0.10.0" }
1818
sha2 = { workspace = true }
1919
wasmi = { version = "1.0.9", default-features = false, features = ["std", "prefer-btree-collections"] }

charms-client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ark-groth16 = { workspace = true }
1919
ark-serialize = { workspace = true }
2020
ark-snark = { workspace = true }
2121
bitcoin = { workspace = true, features = ["serde"] }
22-
charms-app-runner = { path = "../charms-app-runner", version = "12.0.0" }
23-
charms-data = { path = "../charms-data", version = "12.0.0" }
22+
charms-app-runner = { path = "../charms-app-runner", version = "12.0.1" }
23+
charms-data = { path = "../charms-data", version = "12.0.1" }
2424
cml-chain = { workspace = true, default-features = false }
2525
cml-core = { workspace = true, default-features = false }
2626
enum_dispatch = { version = "0.3.13" }
@@ -38,7 +38,7 @@ tracing = { workspace = true }
3838
uplc = { version = "1.1.21" }
3939

4040
[dev-dependencies]
41-
charms-data = { path = "../charms-data", version = "12.0.0", features = ["test"] }
41+
charms-data = { path = "../charms-data", version = "12.0.1", features = ["test"] }
4242
ciborium = { workspace = true }
4343
proptest = { workspace = true }
4444
proptest-derive = { workspace = true }

charms-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = []
1717
wasm = ["wasm-bindgen", "serde-wasm-bindgen", "getrandom"]
1818

1919
[dependencies]
20-
charms-client = { path = "../charms-client", version = "12.0.0" }
20+
charms-client = { path = "../charms-client", version = "12.0.1" }
2121
getrandom = { version = "0.4.2", optional = true, features = ["wasm_js"] }
2222
serde-wasm-bindgen = { version = "0.6.5", optional = true }
2323
wasm-bindgen = { version = "0.2.114", optional = true }

charms-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ repository.workspace = true
1010
homepage.workspace = true
1111

1212
[dependencies]
13-
charms-data = { path = "../charms-data", version = "12.0.0" }
13+
charms-data = { path = "../charms-data", version = "12.0.1" }

charms-spell-checker/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.

charms-spell-checker/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
name = "charms-spell-checker"
33
description = "Recursive validation of spells creating Charms"
44

5-
version = "12.0.0"
5+
version = "12.0.1"
66
edition = "2024"
77
authors = ["Ivan Mikushin <ivan@charms.dev>"]
88
license = "MIT"
99

1010
[workspace]
1111

1212
[dependencies]
13-
charms-client = { path = "../charms-client", version = "12.0.0" }
14-
charms-data = { path = "../charms-data", version = "12.0.0" }
13+
charms-client = { path = "../charms-client", version = "12.0.1" }
14+
charms-data = { path = "../charms-data", version = "12.0.1" }
1515
sp1-zkvm = { version = "6.0.2", features = ["verify"] }
1616

1717
[profile.release]

0 commit comments

Comments
 (0)