Skip to content

Commit 518352d

Browse files
Bump version to 0.9.0-rc.3
1 parent 05c5878 commit 518352d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -19,7 +19,7 @@ members = [
1919
]
2020

2121
[workspace.package]
22-
version = "0.9.0-rc.2"
22+
version = "0.9.0-rc.3"
2323
edition = "2021"
2424
license = "Apache-2.0"
2525
repository = "https://github.com/starkware-libs/cairo_native"
@@ -52,7 +52,7 @@ cairo-lang-test-plugin = "=2.17.0-rc.3"
5252
cairo-lang-test-runner = "=2.17.0-rc.3"
5353
cairo-lang-utils = "=2.17.0-rc.3"
5454
cairo-native-bin-utils.path = "binaries/cairo-native-bin-utils"
55-
cairo-native = { path = ".", version = "0.9.0-rc.2" }
55+
cairo-native = { path = ".", version = "0.9.0-rc.3" }
5656
clap = "4.5.23"
5757
colored = "2.1.0"
5858
criterion = "0.5.1"
@@ -81,7 +81,7 @@ sec1 = "0.7.3"
8181
serde = "1.0.0"
8282
serde_json = "1.0.128"
8383
sha2 = "0.10.8"
84-
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.9.0-rc.2" }
84+
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.9.0-rc.3" }
8585
smallvec = "1.13.2"
8686
starknet-crypto = "0.8.1"
8787
starknet-curve = "0.6.0"

debug_utils/casm-data-flow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "casm-data-flow"
5-
version = "0.9.0-rc.2"
5+
version = "0.9.0-rc.3"
66
edition = "2021"
77
license = "Apache-2.0"
88
repository = "https://github.com/starkware-libs/cairo_native"

0 commit comments

Comments
 (0)