Skip to content

Commit 969a0f5

Browse files
Prepare for release (#1198)
1 parent eba19c5 commit 969a0f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.0-rc.3"
3+
version = "0.5.0-rc.4"
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.5.0-rc.3"` to your Cargo.toml
44+
use. This can be done by adding `cairo-native = "0.5.0-rc.4"` to your Cargo.toml
4545

4646
## Getting Started
4747

0 commit comments

Comments
 (0)