diff --git a/Cargo.lock b/Cargo.lock index 483a21acff..eba42a93db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1700,7 +1700,7 @@ dependencies = [ [[package]] name = "cairo-native" version = "0.2.0-alpha.4" -source = "git+https://github.com/lambdaclass/cairo_native?rev=e5e000a50e4bff15b815f23b76de90dd8aae40fc#e5e000a50e4bff15b815f23b76de90dd8aae40fc" +source = "git+https://github.com/lambdaclass/cairo_native?rev=14d4c6af0b6aa41cd2c68359a257c40d9f1f4f43#14d4c6af0b6aa41cd2c68359a257c40d9f1f4f43" dependencies = [ "anyhow", "aquamarine", @@ -1753,7 +1753,7 @@ dependencies = [ [[package]] name = "cairo-native-runtime" version = "0.2.0-alpha.4" -source = "git+https://github.com/lambdaclass/cairo_native?rev=e5e000a50e4bff15b815f23b76de90dd8aae40fc#e5e000a50e4bff15b815f23b76de90dd8aae40fc" +source = "git+https://github.com/lambdaclass/cairo_native?rev=14d4c6af0b6aa41cd2c68359a257c40d9f1f4f43#14d4c6af0b6aa41cd2c68359a257c40d9f1f4f43" dependencies = [ "cairo-lang-sierra-gas", "itertools 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index cc844cc290..9e65befce0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ cairo-lang-sierra-to-casm = "2.8.4" cairo-lang-starknet-classes = "2.8.4" cairo-lang-utils = "2.8.4" # This is a temporary dependency, will be removed once the new version of cairo-native is released to main. -cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "e5e000a50e4bff15b815f23b76de90dd8aae40fc" } +cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "14d4c6af0b6aa41cd2c68359a257c40d9f1f4f43" } cairo-vm = "1.0.1" camelpaste = "0.1.0" chrono = "0.4.26"