Skip to content

Commit f4f03fb

Browse files
authored
Merge branch 'main' into fix_ods
2 parents dfdaad5 + b04108a commit f4f03fb

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

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

macro/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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"
7-
repository = "https://github.com/mlir-sys/melior"
8-
documentation = "https://mlir-sys.github.io/melior/melior/"
7+
repository = "https://github.com/mlir-rs/melior"
8+
documentation = "https://mlir-rs.github.io/melior/melior/"
99
readme = "../README.md"
1010
keywords = ["mlir", "llvm"]
1111

1212
[lib]
1313
proc-macro = true
1414

1515
[dependencies]
16-
comrak = { version = "0.31.0", default-features = false }
16+
comrak = { version = "0.32.0", default-features = false }
1717
convert_case = "0.6.0"
1818
proc-macro2 = "1"
1919
quote = "1"

melior/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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"
7-
repository = "https://github.com/mlir-sys/melior"
8-
documentation = "https://mlir-sys.github.io/melior/melior/"
7+
repository = "https://github.com/mlir-rs/melior"
8+
documentation = "https://mlir-rs.github.io/melior/melior/"
99
keywords = ["mlir", "llvm"]
1010

1111
[features]
@@ -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)