Skip to content

Commit

Permalink
Merge pull request #11 from yangby-cryptape/pr/release/v0.2.x
Browse files Browse the repository at this point in the history
chore(version): bump version to 0.2.1
  • Loading branch information
yangby-cryptape authored Jun 13, 2023
2 parents 5dbda10 + 11511e7 commit 5e8549d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eth_light_client_in_ckb-prover"
version = "0.2.0"
version = "0.2.1"
authors = ["Boyu Yang <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ homepage = "https://github.com/synapseweb3/eth-light-client-in-ckb"
repository = "https://github.com/synapseweb3/eth-light-client-in-ckb"

[dependencies]
eth_light_client_in_ckb-verification = { version = "0.2.0", path = "../verification" }
eth_light_client_in_ckb-verification = { version = "0.2.1", path = "../verification" }
ethers-core = "2.0.2"
cita_trie = "4.0.0"
hasher = "0.1.4"
Expand Down
4 changes: 2 additions & 2 deletions verification/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eth_light_client_in_ckb-verification"
version = "0.2.0"
version = "0.2.1"
authors = ["Boyu Yang <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -24,7 +24,7 @@ eth2_types = { git = "https://github.com/synapseweb3/lighthouse", rev = "2
log = { version = "0.4.17", optional = true }

[dev-dependencies]
eth_light_client_in_ckb-prover = { version = "0.2.0", path = "../prover" }
eth_light_client_in_ckb-prover = { version = "0.2.1", path = "../prover" }
serde_json = "1.0"
walkdir = "2.3.3"
ethers-core = "2.0.2"
Expand Down

0 comments on commit 5e8549d

Please sign in to comment.