From 20db62206b46917a50002692162e7df07da4f19e Mon Sep 17 00:00:00 2001 From: Bohdan Ohorodnii Date: Wed, 21 Aug 2024 13:08:47 +0300 Subject: [PATCH] fix: comment in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e60e4264e..154f9e42f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,13 +73,13 @@ byteorder = "1.4.3" bytes = "1" cached = "0.44.0" cairo-felt = "0.9.1" -# This is a temporary dependency, will be removed once the new version of cairo-native is released to main. cairo-lang-casm = "2.7.0" cairo-lang-runner = "2.7.0" cairo-lang-sierra = "=2.7.0" cairo-lang-sierra-to-casm = "2.7.0" cairo-lang-starknet-classes = "2.7.0" cairo-lang-utils = "2.7.0" +# 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", branch = "cairo-lang2.7.0-rc.3" } cairo-vm = "=1.0.0-rc6" camelpaste = "0.1.0"