Skip to content

Commit 390bd91

Browse files
edg-lgabrielbosio
andauthored
bump version to 0.3.2 (#1105)
* bump version to 0.3.2 * typo --------- Co-authored-by: Gabriel Bosio <[email protected]>
1 parent db96c11 commit 390bd91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.1"
3+
version = "0.3.2"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ For in-depth documentation, see the [developer documentation][].
4040
often so use it at your own risk. 🚧
4141

4242
For versions under `1.0` `cargo` doesn't comply with
43-
[semver](https://semver.org/), so we advise to pin the version the version you
44-
use. This can be done by adding `cairo-native = "0.3.0"` to your Cargo.toml
43+
[semver](https://semver.org/), so we advise to pin the version you
44+
use. This can be done by adding `cairo-native = "0.3.2"` to your Cargo.toml
4545

4646
## Getting Started
4747

0 commit comments

Comments
 (0)