From eb8a56ea10d1e81f6cf4830ad344f0c6fcdaf4c1 Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 14 Feb 2025 17:39:16 +0800 Subject: [PATCH] chore: update package meta points to upstream repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fcf21a..fe2395b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "1.0.1" rust-version = "1.6" license = "Apache-2.0 OR MIT" description = "Traits for key comparison in maps." -repository = "https://github.com/cuviper/equivalent" +repository = "https://github.com/indexmap-rs/equivalent" keywords = ["hashmap", "no_std"] categories = ["data-structures", "no-std"]