Skip to content

Commit

Permalink
Update to released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Aug 15, 2024
1 parent da7f76a commit 4c4ea6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ keywords = ["ethereum"]
categories = ["cryptography::cryptocurrencies"]

[dependencies]
tree_hash = { git = "https://github.com/KolbyML/tree_hash.git", rev = "8aaf8bb4184148768d48e2cfbbdd0b95d1da8730" }
ethereum_serde_utils = "0.5"
ethereum_ssz = "0.5"
tree_hash = "0.7.0"
ethereum_serde_utils = "0.6"
ethereum_ssz = "0.6"
serde = "1.0.0"
serde_derive = "1.0.0"
typenum = "1.12.0"
Expand All @@ -24,4 +24,4 @@ itertools = "0.10.0"

[dev-dependencies]
serde_json = "1.0.0"
tree_hash_derive = { git = "https://github.com/KolbyML/tree_hash.git", rev = "8aaf8bb4184148768d48e2cfbbdd0b95d1da8730" }
tree_hash_derive = "0.7.0"

0 comments on commit 4c4ea6f

Please sign in to comment.