Skip to content

Commit f5960f1

Browse files
committed
Bump versions
1 parent 9598d98 commit f5960f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: enum-iterator-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enum-iterator-derive"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
authors = ["Stephane Raux <[email protected]>"]
55
edition = "2021"
66
description = "Procedural macro to derive Sequence"

Diff for: enum-iterator/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enum-iterator"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Stephane Raux <[email protected]>"]
55
edition = "2021"
66
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"
1111
keywords = ["enum", "variants", "iterator", "enumerate", "cardinality"]
1212

1313
[dependencies]
14-
enum-iterator-derive = { path = "../enum-iterator-derive", version = "1.3.0" }
14+
enum-iterator-derive = { path = "../enum-iterator-derive", version = "1.3.1" }

0 commit comments

Comments
 (0)