Skip to content

Commit bfcaa6f

Browse files
committed
Merge branch 'v0.6' into fix-bi-is_zero-0.6
2 parents fcab1bb + 661ce60 commit bfcaa6f

File tree

7 files changed

+316
-12
lines changed

7 files changed

+316
-12
lines changed

.github/workflows/bench-hyperfine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bench
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, v0.6]
66
merge_group:
77
types: [checks_requested]
88

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, v0.6]
66
pull_request:
77
merge_group:
88
types: [checks_requested]

.github/workflows/starknet-blocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Starknet Blocks
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, v0.6]
66
merge_group:
77
types: [checks_requested]
88

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.2"
2+
version = "0.6.3"
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.2" }
192+
sierra-emu = { path = "debug_utils/sierra-emu", version = "0.6.3" }
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.2"` to your Cargo.toml
45+
use. This can be done by adding `cairo-native = "0.6.3"` to your Cargo.toml
4646

4747
## Getting Started
4848

0 commit comments

Comments
 (0)