Skip to content

Commit

Permalink
update rev
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Oct 21, 2024
1 parent 2a8ce69 commit 8c644fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
16 changes: 7 additions & 9 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ resolver = "2"
[workspace.dependencies]
thiserror = "1.0.32"
starknet-types-core = "0.1.6"
starknet_api = { git = "https://github.com/lambdaclass/sequencer", rev = "c501d392f60bdcf18f02608ec8b50e5bf501e2d0"}
blockifier = { git = "https://github.com/lambdaclass/sequencer", rev = "c501d392f60bdcf18f02608ec8b50e5bf501e2d0"}
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "82c25b377f50904e1253b614c8719388277530e6" }
starknet_api = { git = "https://github.com/lambdaclass/sequencer", rev = "693cd41a893c7de71682b59686bcd0c99a27c9e0"}
blockifier = { git = "https://github.com/lambdaclass/sequencer", rev = "693cd41a893c7de71682b59686bcd0c99a27c9e0"}
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "355c250f37cf0977ef2776b1aae2cb2e87c9da3d" }
tracing = "0.1"
serde_json = "1.0.116"
serde_with = "3.9.0"
serde = "1.0.197"

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = { git = 'https://github.com/lambdaclass//cairo_native.git', rev = "82c25b377f50904e1253b614c8719388277530e6" }
cairo-native = { git = 'https://github.com/lambdaclass//cairo_native.git', rev = "355c250f37cf0977ef2776b1aae2cb2e87c9da3d" }

0 comments on commit 8c644fd

Please sign in to comment.