From 801e737df8f7201cd832ec512ee9a3d07e2d5570 Mon Sep 17 00:00:00 2001 From: Vincent Alsteen Date: Thu, 22 Sep 2022 23:47:47 +0200 Subject: [PATCH] publish tag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a928c8c..4e3aa5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sort_by_derive" -version = "0.1.7" +version = "0.1.8" 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."