From c1cf6194f8e1358b8d8955f46951b677e9605649 Mon Sep 17 00:00:00 2001 From: Vincent Alsteen Date: Sun, 6 Aug 2023 14:02:17 +0200 Subject: [PATCH] bump to 0.1.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a665a0b..6c21959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sort_by_derive" -version = "0.1.15" +version = "0.1.16" edition = "2021" license = "Unlicense" description = "Derive macro SortBy and helper macros EnumAccessor and EnumSequence, deriving traits `Ord`, `PartialOrd`, `Eq`, `PartialEq` and `Hash` for structs and enums that can't automatically derive from those traits."