Skip to content

Commit 25359bb

Browse files
authored
Prepare for 0.9.0-rc.1 (#1554)
1 parent a5e062f commit 25359bb

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
2121
edition = "2021"
2222
license = "Apache-2.0"
2323
repository = "https://github.com/lambdaclass/cairo_native"
@@ -50,7 +50,7 @@ cairo-lang-test-plugin = "~2.15.0"
5050
cairo-lang-test-runner = "~2.15.0"
5151
cairo-lang-utils = "~2.15.0"
5252
cairo-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" }
5454
clap = "4.5.23"
5555
colored = "2.1.0"
5656
criterion = "0.5.1"
@@ -79,7 +79,7 @@ sec1 = "0.7.3"
7979
serde = "1.0.0"
8080
serde_json = "1.0.128"
8181
sha2 = "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" }
8383
smallvec = "1.13.2"
8484
starknet-crypto = "0.8.1"
8585
starknet-curve = "0.6.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ often so use it at your own risk. 🚧
4949

5050
For 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

0 commit comments

Comments
 (0)