Skip to content

Commit 7627108

Browse files
Prepare for 0.6.2 (#1402)
1 parent 1d60cc7 commit 7627108

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.1"
2+
version = "0.6.2"
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", "debug_utils/sierra-emu", "debug_utils/casm-data-flow"]
190190

191191
[workspace.dependencies]
192-
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.6.1" }
192+
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.6.2" }
193193
cairo-lang-casm = "~2.12.3"
194194
cairo-lang-compiler = "~2.12.3"
195195
cairo-lang-defs = "~2.12.3"

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.6.1"` to your Cargo.toml
45+
use. This can be done by adding `cairo-native = "0.6.2"` to your Cargo.toml
4646

4747
## Getting Started
4848

0 commit comments

Comments
 (0)