Skip to content

Commit

Permalink
Fix ownership renaming (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 3, 2024
1 parent 2f7d164 commit 671cfdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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/mlir-sys/melior/test.yaml?branch=main&style=flat-square)](https://github.com/mlir-sys/melior/actions?query=workflow%3Atest)
[![GitHub Action](https://img.shields.io/github/actions/workflow/status/mlir-rs/melior/test.yaml?branch=main&style=flat-square)](https://github.com/mlir-rs/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/mlir-sys/melior.svg?style=flat-square)](https://github.com/mlir-sys/melior/blob/main/LICENSE)
[![License](https://img.shields.io/github/license/mlir-rs/melior.svg?style=flat-square)](https://github.com/mlir-rs/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://mlir-sys.github.io/melior/melior/).
On [GitHub Pages](https://mlir-rs.github.io/melior/melior/).

## Contribution

Expand Down Expand Up @@ -115,9 +115,9 @@ not.

## References

- The raw C binding generation depends on [femtomc/mlir-sys](https://github.com/femtomc/mlir-sys).
- The raw C binding generation depends on [femtomc/mlir-rs](https://github.com/femtomc/mlir-rs).
- The overall design is inspired by [TheDan64/inkwell](https://github.com/TheDan64/inkwell).

## License

[Apache 2.0](https://github.com/mlir-sys/melior/blob/main/LICENSE)
[Apache 2.0](https://github.com/mlir-rs/melior/blob/main/LICENSE)

0 comments on commit 671cfdb

Please sign in to comment.