Skip to content

Commit 362dc58

Browse files
authored
Fix links on crates.io (#646)
Fix #645.
1 parent 41a326f commit 362dc58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description = "Internal macros for Melior"
44
version = "0.13.1"
55
edition = "2021"
66
license = "Apache-2.0"
7-
repository = "https://github.com/mlir-sys/melior"
8-
documentation = "https://mlir-sys.github.io/melior/melior/"
7+
repository = "https://github.com/mlir-rs/melior"
8+
documentation = "https://mlir-rs.github.io/melior/melior/"
99
readme = "../README.md"
1010
keywords = ["mlir", "llvm"]
1111

melior/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description = "The rustic MLIR bindings in Rust"
44
version = "0.20.1"
55
edition = "2021"
66
license = "Apache-2.0"
7-
repository = "https://github.com/mlir-sys/melior"
8-
documentation = "https://mlir-sys.github.io/melior/melior/"
7+
repository = "https://github.com/mlir-rs/melior"
8+
documentation = "https://mlir-rs.github.io/melior/melior/"
99
keywords = ["mlir", "llvm"]
1010

1111
[features]

0 commit comments

Comments
 (0)