diff --git a/Cargo.lock b/Cargo.lock index 1da1567e2..da22c1808 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "cairo-native" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "aquamarine", diff --git a/Cargo.toml b/Cargo.toml index c8b7e69e8..e2a211d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cairo-native" -version = "0.3.1" +version = "0.3.2" 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 f24939a78..9a8d148a2 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ For in-depth documentation, see the [developer documentation][]. 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 the version you -use. This can be done by adding `cairo-native = "0.3.0"` to your Cargo.toml +[semver](https://semver.org/), so we advise to pin the version you +use. This can be done by adding `cairo-native = "0.3.2"` to your Cargo.toml ## Getting Started