Skip to content

Commit dd7a1ae

Browse files
committed
version=0.5.5
also, bump to rust toolchain 1.86
1 parent 65a2956 commit dd7a1ae

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition.workspace = true
99
license.workspace = true
1010

1111
[workspace.package]
12-
version = "0.5.4"
12+
version = "0.5.5"
1313
edition = "2021"
1414
authors = ["Ivan Mikushin <ivan@charms.dev>"]
1515
license = "MIT"
@@ -20,8 +20,8 @@ axum = { version = "0.8.3", features = ["http2"] }
2020
bincode = { version = "1.3.3" }
2121
bitcoin = { workspace = true, features = ["rand", "rand-std"] }
2222
bitcoincore-rpc = { version = "0.19.0" }
23-
charms-client = { path = "./charms-client", version = "0.5.4" }
24-
charms-data = { path = "./charms-data", version = "0.5.4" }
23+
charms-client = { path = "./charms-client", version = "0.5.5" }
24+
charms-data = { path = "./charms-data", version = "0.5.5" }
2525
clap = { version = "4.5.35", features = ["derive"] }
2626
clap_complete = { version = "4.5.47" }
2727
hex = { workspace = true }

charms-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license.workspace = true
1010
[dependencies]
1111
anyhow = { workspace = true }
1212
bitcoin = { workspace = true, features = ["serde"] }
13-
charms-data = { path = "../charms-data", version = "0.5.4" }
13+
charms-data = { path = "../charms-data", version = "0.5.5" }
1414
serde = { workspace = true, features = ["derive"] }
1515
sp1-primitives = { workspace = true }
1616
sp1-verifier = { workspace = true }

charms-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ authors.workspace = true
88
license.workspace = true
99

1010
[dependencies]
11-
charms-data = { path = "../charms-data", version = "0.5.4" }
11+
charms-data = { path = "../charms-data", version = "0.5.5" }
1212
sp1-zkvm = { workspace = true }

charms-spell-checker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ license.workspace = true
99

1010
[dependencies]
1111
bitcoin = { workspace = true, features = ["serde"] }
12-
charms-data = { path = "../charms-data", version = "0.5.4" }
13-
charms-client = { path = "../charms-client", version = "0.5.4" }
12+
charms-data = { path = "../charms-data", version = "0.5.5" }
13+
charms-client = { path = "../charms-client", version = "0.5.5" }
1414
serde = { workspace = true, features = ["derive"] }
1515
sp1-primitives = { workspace = true }
1616
sp1-zkvm = { workspace = true, features = ["verify"] }

examples/charmix/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.

examples/charmix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT"
77

88
[dependencies]
9-
charms-sdk = { path = "../../charms-sdk", version = "0.5.4" }
9+
charms-sdk = { path = "../../charms-sdk", version = "0.5.5" }
1010
serde = { version = "1.0", features = ["derive"] }
1111
sha2 = { version = "0.10.8" }
1212

examples/toad-token/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.

examples/toad-token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT"
77

88
[dependencies]
9-
charms-sdk = { path = "../../charms-sdk", version = "0.5.4" }
9+
charms-sdk = { path = "../../charms-sdk", version = "0.5.5" }
1010
serde = { version = "1.0", features = ["derive"] }
1111
sha2 = { version = "0.10.8" }
1212

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.85"
2+
channel = "1.86"

0 commit comments

Comments
 (0)