Skip to content

Commit 871b32e

Browse files
authored
Bump version (#647)
1 parent 362dc58 commit 871b32e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "melior-macro"
33
description = "Internal macros for Melior"
4-
version = "0.13.1"
4+
version = "0.13.2"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/mlir-rs/melior"

melior/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "melior"
33
description = "The rustic MLIR bindings in Rust"
4-
version = "0.20.1"
4+
version = "0.20.2"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/mlir-rs/melior"
@@ -14,7 +14,7 @@ ods-dialects = []
1414
helpers = ["ods-dialects"]
1515

1616
[dependencies]
17-
melior-macro = { version = "0.13.1", path = "../macro" }
17+
melior-macro = { version = "0.13.2", path = "../macro" }
1818
mlir-sys = "0.4.1"
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)