Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cheme committed Apr 17, 2024
1 parent 7049c3c commit 743ee48
Show file tree
Hide file tree
Showing 110 changed files with 3,275 additions and 3,044 deletions.
143 changes: 43 additions & 100 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ curve25519-dalek = { opt-level = 3 }
ed25519-dalek = { opt-level = 3 }
flate2 = { opt-level = 3 }
futures-channel = { opt-level = 3 }
hash-db = { opt-level = 3 }
hashbrown = { opt-level = 3 }
hmac = { opt-level = 3 }
httparse = { opt-level = 3 }
Expand Down Expand Up @@ -633,3 +632,8 @@ wasmi = { opt-level = 3 }
x25519-dalek = { opt-level = 3 }
yamux = { opt-level = 3 }
zeroize = { opt-level = 3 }

[patch.crates-io]
#subtrie = { git = "https://github.com/paritytech/subtrie.git", branch = "master" }
subtrie = { git = "https://github.com/cheme/trie.git", branch = "cheme/new-trie" }
parity-db = { git = "https://github.com/paritytech/parity-db.git", branch = "master" }
Loading

0 comments on commit 743ee48

Please sign in to comment.