Skip to content

Commit

Permalink
bump: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Oct 28, 2024
1 parent f5d5d16 commit d94cfa4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 39 deletions.
61 changes: 25 additions & 36 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 @@ -4,9 +4,9 @@ members = ["cli", "examples/private-input-module", "hdp"]

[workspace.package]
edition = "2021"
version = "0.7.0"
version = "0.8.0"
license-file = "LICENSE"
authors = ["Pia <[email protected]>"]
authors = ["Herodotus Data Processor Team"]
repository = "https://github.com/HerodotusDev/hdp"
homepage = "https://herodotus.dev/"
exclude = ["benches/", "fixtures/", "examples/"]
Expand Down Expand Up @@ -42,6 +42,6 @@ cairo-vm = "1.0.0-rc6"
futures = "0.3.30"
lazy_static = "1.4.0"
thiserror = "1.0"
sn-trie-proofs = { version = "0.1.0", git = "https://github.com/HerodotusDev/trie-proofs.git" }
sn-trie-proofs = { version = "0.1.1" }
eth-trie-proofs = "0.1.2"
itertools = "0.10"

0 comments on commit d94cfa4

Please sign in to comment.