Skip to content

Commit d16078e

Browse files
committed
version=0.5.0
1 parent 90eae12 commit d16078e

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
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.4.1"
12+
version = "0.5.0"
1313
edition = "2021"
1414
authors = ["Ivan Mikushin <ivan@charms.dev>"]
1515
license = "MIT"
@@ -19,8 +19,8 @@ anyhow = { workspace = true }
1919
axum = { version = "0.8.1" }
2020
bitcoin = { workspace = true, features = ["rand", "rand-std"] }
2121
bitcoincore-rpc = { version = "0.19.0" }
22-
charms-client = { path = "./charms-client", version = "0.4.1" }
23-
charms-data = { path = "./charms-data", version = "0.4.1" }
22+
charms-client = { path = "./charms-client", version = "0.5.0" }
23+
charms-data = { path = "./charms-data", version = "0.5.0" }
2424
clap = { version = "4.5.30", features = ["derive"] }
2525
clap_complete = { version = "4.5.45" }
2626
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.4.1" }
13+
charms-data = { path = "../charms-data", version = "0.5.0" }
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.4.1" }
11+
charms-data = { path = "../charms-data", version = "0.5.0" }
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.4.1" }
13-
charms-client = { path = "../charms-client", version = "0.4.1" }
12+
charms-data = { path = "../charms-data", version = "0.5.0" }
13+
charms-client = { path = "../charms-client", version = "0.5.0" }
1414
serde = { workspace = true, features = ["derive"] }
1515
sp1-primitives = { workspace = true }
1616
sp1-zkvm = { workspace = true, features = ["verify"] }

examples/toad-token/Cargo.lock

Lines changed: 3 additions & 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "toad-token"
33
description = "A simple token Charms app"
4-
version = "0.4.1"
4+
version = "0.5.0"
55
edition = "2021"
66

77
[dependencies]
8-
charms-sdk = { path = "../../charms-sdk", version = "0.4.1" }
8+
charms-sdk = { path = "../../charms-sdk", version = "0.5.0" }
99
serde = { version = "1.0", features = ["derive"] }
1010
sha2 = { version = "0.10.8" }
1111

0 commit comments

Comments
 (0)