Skip to content

Commit

Permalink
Fix links on crates.io (#646)
Browse files Browse the repository at this point in the history
Fix #645.
  • Loading branch information
raviqqe authored Dec 27, 2024
1 parent 41a326f commit 362dc58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.13.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/mlir-sys/melior"
documentation = "https://mlir-sys.github.io/melior/melior/"
repository = "https://github.com/mlir-rs/melior"
documentation = "https://mlir-rs.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.20.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/mlir-sys/melior"
documentation = "https://mlir-sys.github.io/melior/melior/"
repository = "https://github.com/mlir-rs/melior"
documentation = "https://mlir-rs.github.io/melior/melior/"
keywords = ["mlir", "llvm"]

[features]
Expand Down

0 comments on commit 362dc58

Please sign in to comment.