Skip to content

Commit

Permalink
Bump to 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
valsteen committed Dec 21, 2023
1 parent af1f0e3 commit 050cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sort_by_derive"
version = "0.1.16"
version = "0.1.17"
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."
Expand Down

0 comments on commit 050cfdb

Please sign in to comment.