Skip to content

Commit

Permalink
Use published mlir-sys (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 7, 2024
1 parent bb30caf commit f14cfa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ unindent = "0.2.3"

[dev-dependencies]
melior = { path = "../melior", features = ["ods-dialects"] }
mlir-sys = { git = "https://github.com/mlir-rs/mlir-sys" }
mlir-sys = "0.4.1"
pretty_assertions = "1.4.1"
2 changes: 1 addition & 1 deletion melior/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helpers = ["ods-dialects"]

[dependencies]
melior-macro = { version = "0.12.2", path = "../macro" }
mlir-sys = { git = "https://github.com/mlir-rs/mlir-sys" }
mlir-sys = "0.4.1"

[dev-dependencies]
indoc = "2.0.5"
Expand Down

0 comments on commit f14cfa6

Please sign in to comment.