Skip to content

Commit

Permalink
update version to alpha 4 (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l authored Oct 15, 2024
1 parent 4f65827 commit 84ceaa3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.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."
Expand Down Expand Up @@ -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 = [
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.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"
Expand Down

0 comments on commit 84ceaa3

Please sign in to comment.