diff --git a/Cargo.lock b/Cargo.lock index 792291d..99651d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "hashlink" -version = "0.11.0" +version = "0.11.1" dependencies = [ "hashbrown", "rustc-hash", diff --git a/Cargo.toml b/Cargo.toml index 0cc274a..af7be7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,15 @@ [package] name = "hashlink" -version = "0.11.0" -edition = "2018" +version = "0.11.1" +edition = "2021" description = "HashMap-like containers that hold their key-value pairs in a user controllable order" -repository = "https://github.com/kyren/hashlink" +repository = "https://github.com/djc/hashlink" documentation = "https://docs.rs/hashlink" readme = "README.md" keywords = ["data-structures", "no_std"] license = "MIT OR Apache-2.0" rust-version = "1.65" -[badges] -circle-ci = { repository = "kyren/hashlink", branch = "master" } - [features] serde_impl = ["serde"]