From 362dc583d40671ba2870547c290611747e511ad4 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Fri, 27 Dec 2024 14:16:30 +0900 Subject: [PATCH] Fix links on `crates.io` (#646) Fix #645. --- macro/Cargo.toml | 4 ++-- melior/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 1ea495b9c4..c5c8791429 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -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"] diff --git a/melior/Cargo.toml b/melior/Cargo.toml index 1863926980..4961429e4a 100644 --- a/melior/Cargo.toml +++ b/melior/Cargo.toml @@ -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]