We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8557c79 commit c7b0291Copy full SHA for c7b0291
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cairo-native"
3
-version = "0.5.0-rc.3"
+version = "0.5.0-rc.4"
4
edition = "2021"
5
license = "Apache-2.0"
6
description = "A compiler to convert Cairo's IR Sierra code to MLIR and execute it."
README.md
@@ -41,7 +41,7 @@ often so use it at your own risk. 🚧
41
42
For versions under `1.0` `cargo` doesn't comply with
43
[semver](https://semver.org/), so we advise to pin the version you
44
-use. This can be done by adding `cairo-native = "0.5.0-rc.3"` to your Cargo.toml
+use. This can be done by adding `cairo-native = "0.5.0-rc.4"` to your Cargo.toml
45
46
## Getting Started
47
0 commit comments