Skip to content

Commit

Permalink
rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Dec 12, 2024
1 parent cd411f4 commit bdd0730
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.5-rc0"
version = "0.2.5-rc1"
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.2"
cairo-lang-starknet = "2.9.2"
cairo-lang-utils = "2.9.2"
cairo-lang-starknet-classes = "2.9.2"
cairo-native-runtime = { version = "0.2.5-rc0", path = "runtime", optional = true }
cairo-native-runtime = { version = "0.2.5-rc1", path = "runtime", optional = true }
clap = { version = "4.5.23", features = ["derive"], optional = true }
libloading = "0.8.6"
tracing-subscriber = { version = "0.3.19", 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.5-rc0"
version = "0.2.5-rc1"
description = "The runtime for cairo-native."
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit bdd0730

Please sign in to comment.