Skip to content

Commit 08f9607

Browse files
Prepare for release (#1235)
1 parent 4eb96c3 commit 08f9607

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cairo-native"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A compiler to convert Cairo's IR Sierra code to MLIR and execute it."

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.3.5"` to your Cargo.toml
44+
use. This can be done by adding `cairo-native = "0.3.6"` to your Cargo.toml
4545

4646
## Getting Started
4747

0 commit comments

Comments
 (0)