Skip to content

Commit

Permalink
Requested PR changes for #320 (2)
Browse files Browse the repository at this point in the history
- Added `smt_trie` as a dep (note that no sub-crate uses this dep yet).
  • Loading branch information
BGluth committed Jun 25, 2024
1 parent b0e8f1a commit 12da5fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ serde = "1.0.166"
serde_json = "1.0.96"
serde_path_to_error = "0.1.14"
serde_with = "3.4.0"
smt_trie = { path = "smt_trie", version = "0.1.0" }
sha2 = "0.10.6"
static_assertions = "1.1.0"
thiserror = "1.0.49"
Expand Down

0 comments on commit 12da5fa

Please sign in to comment.