diff --git a/Cargo.lock b/Cargo.lock index a6d717e4053..6838ad7cbe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1700,7 +1700,7 @@ dependencies = [ [[package]] name = "cairo-native" version = "0.2.0-alpha.1" -source = "git+https://github.com/lambdaclass/cairo_native?branch=fix-clone-drop-for-enum-structs#8c8a40f750633c99f4db8f971dd6748f6d831802" +source = "git+https://github.com/lambdaclass/cairo_native#c866fbf8417cfcf522fd809348a483c5daef2e45" dependencies = [ "anyhow", "aquamarine", @@ -1752,7 +1752,7 @@ dependencies = [ [[package]] name = "cairo-native-runtime" version = "0.2.0-alpha.1" -source = "git+https://github.com/lambdaclass/cairo_native?branch=fix-clone-drop-for-enum-structs#8c8a40f750633c99f4db8f971dd6748f6d831802" +source = "git+https://github.com/lambdaclass/cairo_native#c866fbf8417cfcf522fd809348a483c5daef2e45" dependencies = [ "cairo-lang-sierra-gas", "itertools 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index beebebd18bb..a11c3cd61af 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-clone-drop-for-enum-structs" } +cairo-native = { git = "https://github.com/lambdaclass/cairo_native" } cairo-vm = "1.0.1" camelpaste = "0.1.0" chrono = "0.4.26"