Skip to content

Commit 3632bd0

Browse files
authored
Prepare for 0.7.3 (#1492)
1 parent 941149c commit 3632bd0

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

1717
[workspace.package]
18-
version = "0.7.2"
18+
version = "0.7.3"
1919
edition = "2021"
2020
license = "Apache-2.0"
2121
repository = "https://github.com/lambdaclass/cairo_native"
@@ -45,7 +45,7 @@ cairo-lang-starknet-classes = "~2.12.3"
4545
cairo-lang-test-plugin = "~2.12.3"
4646
cairo-lang-utils = "~2.12.3"
4747
cairo-native-bin-utils.path = "binaries/cairo-native-bin-utils"
48-
cairo-native = { path = ".", version = "0.7.2" }
48+
cairo-native = { path = ".", version = "0.7.3" }
4949
clap = "4.5.23"
5050
colored = "2.1.0"
5151
criterion = "0.5.1"
@@ -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.2" }
77+
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.7.3" }
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.2"` to your Cargo.toml
45+
use. This can be done by adding `cairo-native = "0.7.3"` to your Cargo.toml
4646

4747
## Getting Started
4848

0 commit comments

Comments
 (0)