File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ members = [
1515]
1616
1717[workspace .package ]
18- version = " 0.7.3 "
18+ version = " 0.8.0 "
1919edition = " 2021"
2020license = " Apache-2.0"
2121repository = " https://github.com/lambdaclass/cairo_native"
@@ -47,7 +47,7 @@ cairo-lang-starknet-classes = "~2.14.0"
4747cairo-lang-test-plugin = " ~2.14.0"
4848cairo-lang-utils = " ~2.14.0"
4949cairo-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 " }
5151clap = " 4.5.23"
5252colored = " 2.1.0"
5353criterion = " 0.5.1"
@@ -76,7 +76,7 @@ sec1 = "0.7.3"
7676serde = " 1.0.0"
7777serde_json = " 1.0.128"
7878sha2 = " 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 " }
8080smallvec = " 1.13.2"
8181starknet-crypto = " 0.8.1"
8282starknet-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.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
You can’t perform that action at this time.
0 commit comments