Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cheme committed Apr 3, 2024
1 parent 3c3d6fc commit ab327d2
Show file tree
Hide file tree
Showing 112 changed files with 3,289 additions and 3,064 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.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,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 @@ -632,3 +631,7 @@ 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" }
parity-db = { git = "https://github.com/paritytech/parity-db.git", branch = "master" }
Loading

0 comments on commit ab327d2

Please sign in to comment.