File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ members = [
1515]
1616
1717[workspace .package ]
18- version = " 0.7.2 "
18+ version = " 0.7.3 "
1919edition = " 2021"
2020license = " Apache-2.0"
2121repository = " https://github.com/lambdaclass/cairo_native"
@@ -45,7 +45,7 @@ cairo-lang-starknet-classes = "~2.12.3"
4545cairo-lang-test-plugin = " ~2.12.3"
4646cairo-lang-utils = " ~2.12.3"
4747cairo-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 " }
4949clap = " 4.5.23"
5050colored = " 2.1.0"
5151criterion = " 0.5.1"
@@ -74,7 +74,7 @@ sec1 = "0.7.3"
7474serde = " 1.0.0"
7575serde_json = " 1.0.128"
7676sha2 = " 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 " }
7878smallvec = " 1.13.2"
7979starknet-crypto = " 0.8.1"
8080starknet-curve = " 0.6.0"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ often so use it at your own risk. 🚧
4242
4343For 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
You can’t perform that action at this time.
0 commit comments