diff --git a/Cargo.lock b/Cargo.lock index e118232..34daf93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "identified_vec" -version = "0.1.5" +version = "0.1.6" dependencies = [ "identified_vec", "serde", diff --git a/Cargo.toml b/Cargo.toml index b98f31b..3ff4448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identified_vec" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Alexander Cyon "] description = "Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type."