Skip to content

Commit e4bef4d

Browse files
authored
Bump version (#757)
1 parent aa73a37 commit e4bef4d

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,6 +1,6 @@
11
[package]
22
name = "melior-macro"
3-
version = "0.18.1"
3+
version = "0.19.0"
44
edition = "2021"
55
description = "Internal macros for Melior"
66
documentation = "https://mlir-rs.github.io/melior/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.25.1"
4+
version = "0.26.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/mlir-rs/melior"
@@ -15,7 +15,7 @@ ods-dialects = []
1515
helpers = ["ods-dialects"]
1616

1717
[dependencies]
18-
melior-macro = { version = "0.18.1", path = "../macro" }
18+
melior-macro = { version = "0.19.0", path = "../macro" }
1919
mlir-sys = "210.0.1"
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)