Skip to content

Commit f61be76

Browse files
Prepare for 0.7.1 (#1436)
1 parent 8de4ba8 commit f61be76

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515
]
1616

1717
[workspace.package]
18-
version = "0.7.0"
18+
version = "0.7.1"
1919
edition = "2021"
2020
license = "Apache-2.0"
2121
repository = "https://github.com/lambdaclass/cairo_native"
@@ -74,7 +74,7 @@ sec1 = "0.7.3"
7474
serde = "1.0.0"
7575
serde_json = "1.0.128"
7676
sha2 = "0.10.8"
77-
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.7.0" }
77+
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.7.1" }
7878
smallvec = "1.13.2"
7979
starknet-crypto = "0.8.1"
8080
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.0"` to your Cargo.toml
45+
use. This can be done by adding `cairo-native = "0.7.1"` to your Cargo.toml
4646

4747
## Getting Started
4848

0 commit comments

Comments
 (0)