diff --git a/Cargo.lock b/Cargo.lock index b506f2458..bf75b8bc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "cairo-native" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "aquamarine", diff --git a/Cargo.toml b/Cargo.toml index e095c0bc6..cf8564c6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cairo-native" -version = "0.3.4" +version = "0.3.5" edition = "2021" license = "Apache-2.0" description = "A compiler to convert Cairo's IR Sierra code to MLIR and execute it." diff --git a/README.md b/README.md index f1a3bb8c7..208dee819 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ often so use it at your own risk. 🚧 For versions under `1.0` `cargo` doesn't comply with [semver](https://semver.org/), so we advise to pin the version you -use. This can be done by adding `cairo-native = "0.3.4"` to your Cargo.toml +use. This can be done by adding `cairo-native = "0.3.5"` to your Cargo.toml ## Getting Started