Skip to content

Commit

Permalink
Update repository links on Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Jul 25, 2022
1 parent 7a64825 commit 1af3b0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion phf/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion phf_codegen/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion phf_generator/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
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"

Expand Down
2 changes: 1 addition & 1 deletion phf_macros/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion phf_shared/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
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"

Expand Down

0 comments on commit 1af3b0f

Please sign in to comment.