Skip to content

Commit 564f7e2

Browse files
committed
avoid semver auto update
1 parent 88d5e17 commit 564f7e2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cairo-native"
3-
version = "0.2.0-alpha.5"
3+
version = "0.2.1-alpha.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A compiler to convert Cairo's intermediate representation Sierra code to MLIR."
@@ -91,7 +91,7 @@ cairo-lang-sierra-gas = "2.9.0-dev.0"
9191
cairo-lang-starknet = "2.9.0-dev.0"
9292
cairo-lang-utils = "2.9.0-dev.0"
9393
cairo-lang-starknet-classes = "2.9.0-dev.0"
94-
cairo-native-runtime = { version = "0.2.0-alpha.5", path = "runtime", optional = true }
94+
cairo-native-runtime = { version = "0.2.1-alpha.0", path = "runtime", optional = true }
9595
clap = { version = "4.5.19", features = ["derive"], optional = true }
9696
libloading = "0.8.5"
9797
tracing-subscriber = { version = "0.3.18", features = [

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cairo-native-runtime"
3-
version = "0.2.0-alpha.5"
3+
version = "0.2.1-alpha.0"
44
description = "The runtime for cairo-native."
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)