Skip to content

Commit

Permalink
avoid semver auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 23, 2024
1 parent 88d5e17 commit 564f7e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cairo-native"
version = "0.2.0-alpha.5"
version = "0.2.1-alpha.0"
edition = "2021"
license = "Apache-2.0"
description = "A compiler to convert Cairo's intermediate representation Sierra code to MLIR."
Expand Down Expand Up @@ -91,7 +91,7 @@ cairo-lang-sierra-gas = "2.9.0-dev.0"
cairo-lang-starknet = "2.9.0-dev.0"
cairo-lang-utils = "2.9.0-dev.0"
cairo-lang-starknet-classes = "2.9.0-dev.0"
cairo-native-runtime = { version = "0.2.0-alpha.5", path = "runtime", optional = true }
cairo-native-runtime = { version = "0.2.1-alpha.0", path = "runtime", optional = true }
clap = { version = "4.5.19", features = ["derive"], optional = true }
libloading = "0.8.5"
tracing-subscriber = { version = "0.3.18", features = [
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cairo-native-runtime"
version = "0.2.0-alpha.5"
version = "0.2.1-alpha.0"
description = "The runtime for cairo-native."
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 564f7e2

Please sign in to comment.