Skip to content

Commit 4ad8ca2

Browse files
committed
Bump version
The minor version was incremented to reflect the license change (though it should not matter as it is now more permissive).
1 parent 04fce96 commit 4ad8ca2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

enum-iterator-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enum-iterator-derive"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
55
edition = "2018"
66
description = "Procedural macro to iterate over the variants of a field-less enum"

enum-iterator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enum-iterator"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
55
edition = "2018"
66
description = "Tools to iterate over the variants of a field-less enum"
@@ -11,4 +11,4 @@ documentation = "https://docs.rs/enum-iterator"
1111
keywords = ["enum", "variants", "iterator"]
1212

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

0 commit comments

Comments
 (0)