Skip to content

Commit

Permalink
Merge branch 'main' into blockext
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 3, 2024
2 parents 74ef0e4 + 2f7d164 commit 04f5b7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Melior

[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/melior/test.yaml?branch=main&style=flat-square)](https://github.com/raviqqe/melior/actions?query=workflow%3Atest)
[![GitHub Action](https://img.shields.io/github/actions/workflow/status/mlir-sys/melior/test.yaml?branch=main&style=flat-square)](https://github.com/mlir-sys/melior/actions?query=workflow%3Atest)
[![Crate](https://img.shields.io/crates/v/melior.svg?style=flat-square)](https://crates.io/crates/melior)
[![License](https://img.shields.io/github/license/raviqqe/melior.svg?style=flat-square)](https://github.com/raviqqe/melior/blob/main/LICENSE)
[![License](https://img.shields.io/github/license/mlir-sys/melior.svg?style=flat-square)](https://github.com/mlir-sys/melior/blob/main/LICENSE)

Melior is the MLIR bindings for Rust. It aims to provide a simple,
safe, and complete API for MLIR with a reasonably sane ownership model
Expand Down Expand Up @@ -76,7 +76,7 @@ brew install llvm@19

## Documentation

On [GitHub Pages](https://raviqqe.github.io/melior/melior/).
On [GitHub Pages](https://mlir-sys.github.io/melior/melior/).

## Contribution

Expand Down Expand Up @@ -120,4 +120,4 @@ not.

## License

[Apache 2.0](https://github.com/raviqqe/melior/blob/main/LICENSE)
[Apache 2.0](https://github.com/mlir-sys/melior/blob/main/LICENSE)
4 changes: 2 additions & 2 deletions macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description = "Internal macros for Melior"
version = "0.12.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/raviqqe/melior"
documentation = "https://raviqqe.github.io/melior/melior/"
repository = "https://github.com/mlir-sys/melior"
documentation = "https://mlir-sys.github.io/melior/melior/"
readme = "../README.md"
keywords = ["mlir", "llvm"]

Expand Down
4 changes: 2 additions & 2 deletions melior/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description = "The rustic MLIR bindings in Rust"
version = "0.19.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/raviqqe/melior"
documentation = "https://raviqqe.github.io/melior/melior/"
repository = "https://github.com/mlir-sys/melior"
documentation = "https://mlir-sys.github.io/melior/melior/"
keywords = ["mlir", "llvm"]

[features]
Expand Down

0 comments on commit 04f5b7e

Please sign in to comment.