Skip to content

Commit

Permalink
add patch for zstd-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Apr 8, 2024
1 parent a56bdfb commit b8b6990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ thiserror = "1.0.50"
x25519-dalek = "1.0.1"
rand = "0.7.3"
rand_core = "0.5.1"
zstd-sys = "2.0.9"

# Sovereign Labs dependencies
sov-modules-api = { git = "ssh://git@github.com/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }
Expand Down Expand Up @@ -149,4 +148,5 @@ semicolon_if_nothing_returned = "deny"
merlin = { git = "https://github.com/aptos-labs/merlin" }
x25519-dalek = { git = "https://github.com/aptos-labs/x25519-dalek", branch = "zeroize_v1" }
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }
ed25519-dalek = { git = "https://github.com/risc0/curve25519-dalek", tag = "curve25519-4.1.0-risczero.1" }
ed25519-dalek = { git = "https://github.com/risc0/curve25519-dalek", tag = "curve25519-4.1.0-risczero.1" }
zstd-sys = { git = "https://github.com/gyscos/zstd-rs.git", rev = "1779b385b42b08f958b767a37878dfa6a0b4f6a4" }

0 comments on commit b8b6990

Please sign in to comment.