Skip to content

Commit

Permalink
build(deps): Bump mlir-sys from 0.4.1 to 0.4.2
Browse files Browse the repository at this point in the history
Bumps [mlir-sys](https://github.com/femtomc/mlir-sys) from 0.4.1 to 0.4.2.
- [Commits](https://github.com/femtomc/mlir-sys/commits)

---
updated-dependencies:
- dependency-name: mlir-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent c89cb23 commit eed56d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 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 = "0.4.1"
mlir-sys = "0.4.2"
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.15.0", path = "../macro" }
mlir-sys = "0.4.1"
mlir-sys = "0.4.2"

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

0 comments on commit eed56d4

Please sign in to comment.