Skip to content

Commit 1e1e9a8

Browse files
committed
Bump version
1 parent 3184b32 commit 1e1e9a8

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "melior-macro"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
description = "Internal macros for Melior"
66
documentation = "https://mlir-rs.github.io/melior/melior/"
@@ -19,9 +19,7 @@ proc-macro2 = "1"
1919
quote = "1"
2020
regex = "1.12.3"
2121
syn = { version = "2", features = ["full"] }
22-
tblgen = { version = "0.7.2", default-features = false, features = [
23-
"llvm21-0",
24-
] }
22+
tblgen = { version = "0.7.2", default-features = false, features = ["llvm21-0"] }
2523
unindent = "0.2.4"
2624

2725
[dev-dependencies]

melior/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"
3-
version = "0.26.4"
3+
version = "0.26.5"
44
edition.workspace = true
55
description = "The rustic MLIR bindings in Rust"
66
documentation = "https://mlir-rs.github.io/melior/melior/"

0 commit comments

Comments
 (0)