From 8c644fd9a1cf78abb74359e0b60a4127a3bdab64 Mon Sep 17 00:00:00 2001 From: pefontana Date: Mon, 21 Oct 2024 16:03:09 -0300 Subject: [PATCH] update rev --- Cargo.lock | 16 +++++++--------- Cargo.toml | 8 ++++---- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10dd3aa..9b87611 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,7 +476,7 @@ dependencies = [ [[package]] name = "blockifier" version = "0.0.0" -source = "git+https://github.com/lambdaclass/sequencer?rev=c501d392f60bdcf18f02608ec8b50e5bf501e2d0#c501d392f60bdcf18f02608ec8b50e5bf501e2d0" +source = "git+https://github.com/lambdaclass/sequencer?rev=693cd41a893c7de71682b59686bcd0c99a27c9e0#693cd41a893c7de71682b59686bcd0c99a27c9e0" dependencies = [ "anyhow", "ark-ec", @@ -1129,8 +1129,8 @@ dependencies = [ [[package]] name = "cairo-native" -version = "0.2.0-alpha.3" -source = "git+https://github.com/lambdaclass//cairo_native.git?rev=82c25b377f50904e1253b614c8719388277530e6#82c25b377f50904e1253b614c8719388277530e6" +version = "0.2.0-alpha.4" +source = "git+https://github.com/lambdaclass//cairo_native.git?rev=355c250f37cf0977ef2776b1aae2cb2e87c9da3d#355c250f37cf0977ef2776b1aae2cb2e87c9da3d" dependencies = [ "anyhow", "aquamarine", @@ -1141,7 +1141,6 @@ dependencies = [ "bumpalo", "cairo-lang-compiler", "cairo-lang-defs", - "cairo-lang-diagnostics", "cairo-lang-filesystem", "cairo-lang-runner", "cairo-lang-semantic", @@ -1183,13 +1182,12 @@ dependencies = [ [[package]] name = "cairo-native-runtime" -version = "0.2.0-alpha.3" -source = "git+https://github.com/lambdaclass//cairo_native.git?rev=82c25b377f50904e1253b614c8719388277530e6#82c25b377f50904e1253b614c8719388277530e6" +version = "0.2.0-alpha.4" +source = "git+https://github.com/lambdaclass//cairo_native.git?rev=355c250f37cf0977ef2776b1aae2cb2e87c9da3d#355c250f37cf0977ef2776b1aae2cb2e87c9da3d" dependencies = [ "cairo-lang-sierra-gas", "itertools 0.13.0", "lazy_static", - "libc", "num-traits 0.2.19", "rand", "starknet-curve 0.5.1", @@ -3037,7 +3035,7 @@ dependencies = [ [[package]] name = "papyrus_config" version = "0.0.0" -source = "git+https://github.com/lambdaclass/sequencer?rev=c501d392f60bdcf18f02608ec8b50e5bf501e2d0#c501d392f60bdcf18f02608ec8b50e5bf501e2d0" +source = "git+https://github.com/lambdaclass/sequencer?rev=693cd41a893c7de71682b59686bcd0c99a27c9e0#693cd41a893c7de71682b59686bcd0c99a27c9e0" dependencies = [ "clap", "itertools 0.10.5", @@ -4431,7 +4429,7 @@ dependencies = [ [[package]] name = "starknet_api" version = "0.0.0" -source = "git+https://github.com/lambdaclass/sequencer?rev=c501d392f60bdcf18f02608ec8b50e5bf501e2d0#c501d392f60bdcf18f02608ec8b50e5bf501e2d0" +source = "git+https://github.com/lambdaclass/sequencer?rev=693cd41a893c7de71682b59686bcd0c99a27c9e0#693cd41a893c7de71682b59686bcd0c99a27c9e0" dependencies = [ "bitvec", "cairo-lang-starknet-classes", diff --git a/Cargo.toml b/Cargo.toml index 8e16469..c665f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }