From 84ceaa3a0993b322130f6774885a61d911b218f2 Mon Sep 17 00:00:00 2001 From: Edgar Date: Tue, 15 Oct 2024 18:42:34 +0200 Subject: [PATCH] update version to alpha 4 (#854) --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- runtime/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f1da7652..6033835da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -944,7 +944,7 @@ dependencies = [ [[package]] name = "cairo-native" -version = "0.2.0-alpha.3" +version = "0.2.0-alpha.4" dependencies = [ "anyhow", "aquamarine", @@ -1006,7 +1006,7 @@ dependencies = [ [[package]] name = "cairo-native-runtime" -version = "0.2.0-alpha.3" +version = "0.2.0-alpha.4" dependencies = [ "cairo-lang-sierra-gas", "itertools 0.13.0", @@ -3080,9 +3080,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" +checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" [[package]] name = "rusty-fork" diff --git a/Cargo.toml b/Cargo.toml index 93c83db6f..86d28cac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cairo-native" -version = "0.2.0-alpha.3" +version = "0.2.0-alpha.4" edition = "2021" license = "Apache-2.0" description = "A compiler to convert Cairo's intermediate representation Sierra code to MLIR." @@ -91,7 +91,7 @@ cairo-lang-sierra-gas = "2.8.4" cairo-lang-starknet = "2.8.4" cairo-lang-utils = "2.8.4" cairo-lang-starknet-classes = "2.8.4" -cairo-native-runtime = { version = "0.2.0-alpha.3", path = "runtime", optional = true } +cairo-native-runtime = { version = "0.2.0-alpha.4", path = "runtime", optional = true } clap = { version = "4.5.19", features = ["derive"], optional = true } libloading = "0.8.5" tracing-subscriber = { version = "0.3.18", features = [ diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 565cc64e1..dc1ebd4c0 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cairo-native-runtime" -version = "0.2.0-alpha.3" +version = "0.2.0-alpha.4" description = "A compiler to convert Cairo's intermediate representation Sierra code to MLIR." edition = "2021" license = "Apache-2.0"