From 50267f96092793dd389ae88f740b077a7703b3ed Mon Sep 17 00:00:00 2001 From: enitrat Date: Tue, 1 Oct 2024 18:49:03 +0200 Subject: [PATCH] bump native --- Cargo.lock | 10 ++++++---- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 210b29e050..a6d717e405 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1699,8 +1699,8 @@ dependencies = [ [[package]] name = "cairo-native" -version = "0.2.0" -source = "git+https://github.com/lambdaclass/cairo_native?branch=fix-snapshot-clones#f3f6ba23a9a6d8fb480d6250a5b382f68d957ed9" +version = "0.2.0-alpha.1" +source = "git+https://github.com/lambdaclass/cairo_native?branch=fix-clone-drop-for-enum-structs#8c8a40f750633c99f4db8f971dd6748f6d831802" dependencies = [ "anyhow", "aquamarine", @@ -1751,12 +1751,14 @@ dependencies = [ [[package]] name = "cairo-native-runtime" -version = "0.2.0" -source = "git+https://github.com/lambdaclass/cairo_native?branch=fix-snapshot-clones#f3f6ba23a9a6d8fb480d6250a5b382f68d957ed9" +version = "0.2.0-alpha.1" +source = "git+https://github.com/lambdaclass/cairo_native?branch=fix-clone-drop-for-enum-structs#8c8a40f750633c99f4db8f971dd6748f6d831802" dependencies = [ "cairo-lang-sierra-gas", + "itertools 0.13.0", "lazy_static", "libc", + "num-traits 0.2.19", "rand 0.8.5", "starknet-curve 0.5.1", "starknet-types-core", diff --git a/Cargo.toml b/Cargo.toml index 78f3e28d8d..beebebd18b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ cairo-lang-sierra = "2.8.2" cairo-lang-sierra-to-casm = "2.8.2" cairo-lang-starknet-classes = "2.8.2" cairo-lang-utils = "2.8.2" -cairo-native = { git = "https://github.com/lambdaclass/cairo_native", branch = "fix-snapshot-clones" } +cairo-native = { git = "https://github.com/lambdaclass/cairo_native", branch = "fix-clone-drop-for-enum-structs" } cairo-vm = "1.0.1" camelpaste = "0.1.0" chrono = "0.4.26"