From d0c10e8df61e04779d3fe856c29711d54ee5639d Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Fri, 27 Dec 2024 14:12:12 +0900 Subject: [PATCH] Fix --- macro/Cargo.toml | 2 +- melior/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 517bf956ab..c5c8791429 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -4,7 +4,7 @@ description = "Internal macros for Melior" version = "0.13.1" edition = "2021" license = "Apache-2.0" -repository = "https://github.com/mlir-sys/melior" +repository = "https://github.com/mlir-rs/melior" documentation = "https://mlir-rs.github.io/melior/melior/" readme = "../README.md" keywords = ["mlir", "llvm"] diff --git a/melior/Cargo.toml b/melior/Cargo.toml index 5d57f5c8fc..4961429e4a 100644 --- a/melior/Cargo.toml +++ b/melior/Cargo.toml @@ -4,7 +4,7 @@ description = "The rustic MLIR bindings in Rust" version = "0.20.1" edition = "2021" license = "Apache-2.0" -repository = "https://github.com/mlir-sys/melior" +repository = "https://github.com/mlir-rs/melior" documentation = "https://mlir-rs.github.io/melior/melior/" keywords = ["mlir", "llvm"]