Skip to content

Commit

Permalink
bump version (#1031)
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Gonzalez Calderon <gonzalezcalderonjulian@gmail.com>
  • Loading branch information
edg-l and JulianGCalderon authored Jan 9, 2025
1 parent 824b2f9 commit f1e895f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
35 changes: 22 additions & 13 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.6"
version = "0.2.7"
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.10.0-rc.0"
cairo-lang-starknet = "2.10.0-rc.0"
cairo-lang-utils = "2.10.0-rc.0"
cairo-lang-starknet-classes = "2.10.0-rc.0"
cairo-native-runtime = { version = "0.2.6", path = "runtime", optional = true }
cairo-native-runtime = { version = "0.2.7", 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
4 changes: 2 additions & 2 deletions 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.6"
version = "0.2.7"
description = "The runtime for cairo-native."
edition = "2021"
license = "Apache-2.0"
Expand All @@ -19,5 +19,5 @@ cairo-lang-sierra-gas = "2.10.0-rc.0"
starknet-curve = "0.5.1"
lazy_static = "1.5.0"
rand = "0.8.5"
itertools = "0.13.0"
itertools = "0.14.0"
num-traits = "0.2"

0 comments on commit f1e895f

Please sign in to comment.