File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ members = [
1717]
1818
1919[workspace .package ]
20- version = " 0.9.0-rc.0 "
20+ version = " 0.9.0-rc.1 "
2121edition = " 2021"
2222license = " Apache-2.0"
2323repository = " https://github.com/lambdaclass/cairo_native"
@@ -50,7 +50,7 @@ cairo-lang-test-plugin = "~2.15.0"
5050cairo-lang-test-runner = " ~2.15.0"
5151cairo-lang-utils = " ~2.15.0"
5252cairo-native-bin-utils.path = " binaries/cairo-native-bin-utils"
53- cairo-native = { path = " ." , version = " 0.9.0-rc.0 " }
53+ cairo-native = { path = " ." , version = " 0.9.0-rc.1 " }
5454clap = " 4.5.23"
5555colored = " 2.1.0"
5656criterion = " 0.5.1"
@@ -79,7 +79,7 @@ sec1 = "0.7.3"
7979serde = " 1.0.0"
8080serde_json = " 1.0.128"
8181sha2 = " 0.10.8"
82- sierra-emu = { path = " debug_utils/sierra-emu" , version = " 0.9.0-rc.0 " }
82+ sierra-emu = { path = " debug_utils/sierra-emu" , version = " 0.9.0-rc.1 " }
8383smallvec = " 1.13.2"
8484starknet-crypto = " 0.8.1"
8585starknet-curve = " 0.6.0"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ often so use it at your own risk. 🚧
4949
5050For versions under ` 1.0 ` ` cargo ` doesn't comply with
5151[ semver] ( https://semver.org/ ) , so we advise to pin the version you
52- use. This can be done by adding ` cairo-native = "0.9.0-rc.0 " ` to your Cargo.toml
52+ use. This can be done by adding ` cairo-native = "0.9.0-rc.1 " ` to your Cargo.toml
5353
5454## Getting Started
5555
You can’t perform that action at this time.
0 commit comments