Skip to content

Commit 72ccf62

Browse files
authored
Prepare for 0.8.0 (#1493)
1 parent 4141b07 commit 72ccf62

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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
@@ -15,7 +15,7 @@ members = [
1515
]
1616

1717
[workspace.package]
18-
version = "0.7.3"
18+
version = "0.8.0"
1919
edition = "2021"
2020
license = "Apache-2.0"
2121
repository = "https://github.com/lambdaclass/cairo_native"
@@ -47,7 +47,7 @@ cairo-lang-starknet-classes = "~2.14.0"
4747
cairo-lang-test-plugin = "~2.14.0"
4848
cairo-lang-utils = "~2.14.0"
4949
cairo-native-bin-utils.path = "binaries/cairo-native-bin-utils"
50-
cairo-native = { path = ".", version = "0.7.3" }
50+
cairo-native = { path = ".", version = "0.8.0" }
5151
clap = "4.5.23"
5252
colored = "2.1.0"
5353
criterion = "0.5.1"
@@ -76,7 +76,7 @@ sec1 = "0.7.3"
7676
serde = "1.0.0"
7777
serde_json = "1.0.128"
7878
sha2 = "0.10.8"
79-
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.7.3" }
79+
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.8.0" }
8080
smallvec = "1.13.2"
8181
starknet-crypto = "0.8.1"
8282
starknet-curve = "0.6.0"

README.md

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

4343
For versions under `1.0` `cargo` doesn't comply with
4444
[semver](https://semver.org/), so we advise to pin the version you
45-
use. This can be done by adding `cairo-native = "0.7.3"` to your Cargo.toml
45+
use. This can be done by adding `cairo-native = "0.8.0"` to your Cargo.toml
4646

4747
## Getting Started
4848

0 commit comments

Comments
 (0)