Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Sep 28, 2023
1 parent b88b529 commit eac0e9a
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.5.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/raviqqe/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.11.0"
version = "0.12.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/raviqqe/melior"
Expand All @@ -15,7 +15,7 @@ ods-dialects = []
[dependencies]
criterion = "0.5.1"
dashmap = "5.5.3"
melior-macro = { version = "0.5", path = "../macro" }
melior-macro = { version = "0.6", path = "../macro" }
mlir-sys = "0.2"
once_cell = "1"

Expand Down

0 comments on commit eac0e9a

Please sign in to comment.