Skip to content

Commit 988b32f

Browse files
authored
Bump version (#779)
1 parent fb0b067 commit 988b32f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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
[workspace]
2-
members = ["macro", "melior"]
32
resolver = "2"
3+
members = ["macro", "melior"]
44

55
[profile.release]
66
lto = true

melior/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[package]
22
name = "melior"
3-
description = "The rustic MLIR bindings in Rust"
4-
version = "0.26.0"
3+
version = "0.26.1"
54
edition = "2021"
6-
license = "Apache-2.0"
7-
repository = "https://github.com/mlir-rs/melior"
5+
description = "The rustic MLIR bindings in Rust"
86
documentation = "https://mlir-rs.github.io/melior/melior/"
9-
keywords = ["mlir", "llvm"]
7+
repository = "https://github.com/mlir-rs/melior"
8+
license = "Apache-2.0"
9+
keywords = ["llvm", "mlir"]
1010
categories = ["api-bindings"]
1111

12-
[features]
13-
ods-dialects = []
14-
# Enable the BlockExt trait (requires ods feature)
15-
helpers = ["ods-dialects"]
16-
1712
[dependencies]
18-
melior-macro = { version = "0.19.0", path = "../macro" }
13+
melior-macro = { path = "../macro", version = "0.19.0" }
1914
mlir-sys = "210.0.1"
2015

2116
[dev-dependencies]
2217
indoc = "2.0.7"
2318
insta = "1.45.1"
2419
pretty_assertions = "1.4.1"
20+
21+
[features]
22+
# Enable the BlockExt trait (requires ods feature)
23+
helpers = ["ods-dialects"]
24+
ods-dialects = []

0 commit comments

Comments
 (0)