From 1af3b0fe1f8fdcae7ccc1bc8d51de309fb16a6bf Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 25 Jul 2022 20:08:07 +0900 Subject: [PATCH] Update repository links on Cargo.toml Signed-off-by: Yuki Okushi --- phf/Cargo.toml | 2 +- phf_codegen/Cargo.toml | 2 +- phf_generator/Cargo.toml | 2 +- phf_macros/Cargo.toml | 2 +- phf_shared/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/phf/Cargo.toml b/phf/Cargo.toml index a4bd3417..f224cafe 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Steven Fackler "] version = "0.11.0" license = "MIT" description = "Runtime support for perfect hash function data structures" -repository = "https://github.com/sfackler/rust-phf" +repository = "https://github.com/rust-phf/rust-phf" edition = "2021" readme = "../README.md" rust-version = "1.60" diff --git a/phf_codegen/Cargo.toml b/phf_codegen/Cargo.toml index 08f801cd..6c3f1bc5 100644 --- a/phf_codegen/Cargo.toml +++ b/phf_codegen/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Steven Fackler "] version = "0.11.0" license = "MIT" description = "Codegen library for PHF types" -repository = "https://github.com/sfackler/rust-phf" +repository = "https://github.com/rust-phf/rust-phf" edition = "2021" readme = "../README.md" rust-version = "1.60" diff --git a/phf_generator/Cargo.toml b/phf_generator/Cargo.toml index 1cebf8d8..16d6321c 100644 --- a/phf_generator/Cargo.toml +++ b/phf_generator/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Steven Fackler "] version = "0.11.0" license = "MIT" description = "PHF generation logic" -repository = "https://github.com/sfackler/rust-phf" +repository = "https://github.com/rust-phf/rust-phf" edition = "2021" rust-version = "1.60" diff --git a/phf_macros/Cargo.toml b/phf_macros/Cargo.toml index 87116b65..42fc2974 100644 --- a/phf_macros/Cargo.toml +++ b/phf_macros/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Steven Fackler "] edition = "2021" license = "MIT" description = "Macros to generate types in the phf crate" -repository = "https://github.com/sfackler/rust-phf" +repository = "https://github.com/rust-phf/rust-phf" readme = "../README.md" include = ["src/lib.rs"] rust-version = "1.60" diff --git a/phf_shared/Cargo.toml b/phf_shared/Cargo.toml index 3563fbd8..4f7d8aab 100644 --- a/phf_shared/Cargo.toml +++ b/phf_shared/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Steven Fackler "] version = "0.11.0" license = "MIT" description = "Support code shared by PHF libraries" -repository = "https://github.com/sfackler/rust-phf" +repository = "https://github.com/rust-phf/rust-phf" edition = "2021" rust-version = "1.60"