Skip to content

Commit

Permalink
Merge branch 'raviqqe:main' into fix-aarch64-linux-build
Browse files Browse the repository at this point in the history
  • Loading branch information
azteca1998 committed Jun 14, 2024
2 parents 0551d68 + 804f908 commit d4a2926
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "melior-macro"
description = "Internal macros for Melior"
version = "0.11.2"
version = "0.11.3"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/raviqqe/melior"
Expand All @@ -18,7 +18,7 @@ convert_case = "0.6.0"
once_cell = "1.19.0"
proc-macro2 = "1"
quote = "1"
regex = "1.10.4"
regex = "1.10.5"
syn = { version = "2", features = ["full"] }
tblgen = { version = "0.3.6", features = ["llvm18-0"], default-features = false, package = "tblgen-alt" }
unindent = "0.2.3"
Expand Down
4 changes: 2 additions & 2 deletions melior/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "melior"
description = "The rustic MLIR bindings in Rust"
version = "0.18.2"
version = "0.18.3"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/raviqqe/melior"
Expand All @@ -13,7 +13,7 @@ ods-dialects = []

[dependencies]
dashmap = "5.5.3"
melior-macro = { version = "0.11.2", path = "../macro" }
melior-macro = { version = "0.11.3", path = "../macro" }
mlir-sys = "0.2.2"
once_cell = "1"

Expand Down

0 comments on commit d4a2926

Please sign in to comment.