Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imikushin committed Jan 16, 2025
1 parent c78e776 commit f915251
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition.workspace = true
license.workspace = true

[workspace.package]
version = "0.2.0-dev"
version = "0.2.0"
edition = "2021"
authors = ["Ivan Mikushin <[email protected]>"]
license = "MIT"
Expand All @@ -19,8 +19,8 @@ anyhow = { workspace = true }
axum = { version = "0.8.1" }
bitcoin = { workspace = true, features = ["rand", "rand-std"] }
bitcoincore-rpc = { version = "0.19.0" }
charms-data = { path = "./charms-data", version = "0.2.0-dev" }
charms-spell-checker = { path = "charms-spell-checker", version = "0.2.0-dev" }
charms-data = { path = "./charms-data", version = "0.2.0" }
charms-spell-checker = { path = "charms-spell-checker", version = "0.2.0" }
ciborium = { workspace = true }
clap = { version = "4.5.26", features = ["derive"] }
hex = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion charms-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ authors.workspace = true
license.workspace = true

[dependencies]
charms-data = { path = "../charms-data", version = "0.2.0-dev" }
charms-data = { path = "../charms-data", version = "0.2.0" }
sp1-zkvm = { workspace = true }
2 changes: 1 addition & 1 deletion charms-spell-checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license.workspace = true
[dependencies]
anyhow = { workspace = true }
bitcoin = { workspace = true, features = ["serde"] }
charms-data = { path = "../charms-data", version = "0.2.0-dev" }
charms-data = { path = "../charms-data", version = "0.2.0" }
serde = { workspace = true, features = ["derive"] }
sp1-primitives = { workspace = true }
sp1-verifier = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions examples/toad-token/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/toad-token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "toad-token"
description = "A simple token Charms app"
version = "0.2.0-dev"
version = "0.2.0"
edition = "2021"

[dependencies]
charms-sdk = { path = "../../charms-sdk", version = "0.2.0-dev" }
charms-sdk = { path = "../../charms-sdk", version = "0.2.0" }
sha2 = { version = "0.10.8" }

[profile.release]
Expand Down

0 comments on commit f915251

Please sign in to comment.