Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaneyfx committed Jan 15, 2024
1 parent 410abab commit 0a3fbd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion enum-iterator-derive/Cargo.toml
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 <stephaneyfx@gmail.com>"]
edition = "2021"
description = "Procedural macro to derive Sequence"
Expand Down
4 changes: 2 additions & 2 deletions enum-iterator/Cargo.toml
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 <stephaneyfx@gmail.com>"]
edition = "2021"
description = "Tools to iterate over all values of a type (e.g. all variants of an enumeration)"
Expand All @@ -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" }

0 comments on commit 0a3fbd0

Please sign in to comment.