From db8033f70212e2946a797063b361b51c52c3b8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Gonz=C3=A1lez=20Calder=C3=B3n?= Date: Mon, 28 Apr 2025 18:36:07 -0300 Subject: [PATCH] Prepare for release --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c70736243c..bf41ddcd87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cairo-native" -version = "0.5.0-rc.3" +version = "0.5.0-rc.4" 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 bd5da4d962..64f2e5722b 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.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 ## Getting Started