-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
410abab
commit 0a3fbd0
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "enum-iterator-derive" | ||
version = "1.2.1" | ||
version = "1.3.0" | ||
authors = ["Stephane Raux <[email protected]>"] | ||
edition = "2021" | ||
description = "Procedural macro to derive Sequence" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "enum-iterator" | ||
version = "1.4.1" | ||
version = "1.5.0" | ||
authors = ["Stephane Raux <[email protected]>"] | ||
edition = "2021" | ||
description = "Tools to iterate over all values of a type (e.g. all variants of an enumeration)" | ||
|
@@ -11,4 +11,4 @@ documentation = "https://docs.rs/enum-iterator" | |
keywords = ["enum", "variants", "iterator", "enumerate", "cardinality"] | ||
|
||
[dependencies] | ||
enum-iterator-derive = { path = "../enum-iterator-derive", version = "1.2.1" } | ||
enum-iterator-derive = { path = "../enum-iterator-derive", version = "1.3.0" } |