Skip to content

Commit

Permalink
Bump version (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 3, 2024
1 parent f2b527a commit c7f6012
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
@@ -1,7 +1,7 @@
[package]
name = "melior-macro"
description = "Internal macros for Melior"
version = "0.12.1"
version = "0.12.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/mlir-sys/melior"
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.19.1"
version = "0.19.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/mlir-sys/melior"
Expand All @@ -12,7 +12,7 @@ keywords = ["mlir", "llvm"]
ods-dialects = []

[dependencies]
melior-macro = { version = "0.12.1", path = "../macro" }
melior-macro = { version = "0.12.2", path = "../macro" }
mlir-sys = "0.3.0"

[dev-dependencies]
Expand Down

0 comments on commit c7f6012

Please sign in to comment.