Skip to content

Commit 74b2011

Browse files
Prepare for release 0.6.0 (#1341)
* prepare for release * revert changes in cairo-native-compile
1 parent 206489c commit 74b2011

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.6.0-rc.1"
2+
version = "0.6.0"
33
edition = "2021"
44
license = "Apache-2.0"
55
repository = "https://github.com/lambdaclass/cairo_native"
@@ -189,7 +189,7 @@ harness = false
189189
members = ["debug_utils/sierra-emu", "debug_utils/casm-data-flow"]
190190

191191
[workspace.dependencies]
192-
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.6.0-rc.1" }
192+
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.6.0" }
193193
cairo-lang-casm = "=2.12.0-dev.1"
194194
cairo-lang-compiler = "=2.12.0-dev.1"
195195
cairo-lang-defs = "=2.12.0-dev.1"

README.md

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

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

4646
## Getting Started
4747

0 commit comments

Comments
 (0)