Skip to content

Commit

Permalink
fix: revert starknet-types-core patch removal
Browse files Browse the repository at this point in the history
  • Loading branch information
cchudant committed Nov 29, 2024
1 parent a2caeba commit 0b3a529
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 10 deletions.
44 changes: 34 additions & 10 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,6 @@ tracing-opentelemetry = "0.26.0"
[patch.crates-io]
rocksdb = { git = "https://github.com/madara-alliance/rust-rocksdb", branch = "read-options-set-raw-snapshot" }
librocksdb-sys = { git = "https://github.com/madara-alliance/rust-rocksdb", branch = "read-options-set-raw-snapshot" }

starknet-types-core = { git = "https://github.com/kasarlabs/types-rs.git", branch = "feat-deserialize-v0.1.7" }
starknet-core = { git = "https://github.com/kasarlabs/starknet-rs.git", branch = "fork" }

0 comments on commit 0b3a529

Please sign in to comment.