Skip to content

Commit

Permalink
bump to 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
valsteen committed Aug 6, 2023
1 parent ef397b8 commit c1cf619
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.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."
Expand Down

0 comments on commit c1cf619

Please sign in to comment.