From d6a1b77b4a13e945e05e389fe7ed88a9c1bab21d Mon Sep 17 00:00:00 2001 From: Alexander Cyon Date: Sun, 17 Dec 2023 19:18:33 +0100 Subject: [PATCH] 0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34daf93..ca9a415 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "identified_vec" -version = "0.1.6" +version = "0.1.7" dependencies = [ "identified_vec", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3ff4448..86cd15c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "identified_vec" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Alexander Cyon "] description = "Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type."