Skip to content

Commit 12c2a48

Browse files
committed
You get a version bump! You get a version bump! Everybody gets a version bump!
1 parent 2beabba commit 12c2a48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

enumflags/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enumflags2"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
55
description = "Enum-based bit flags"
66
license = "MIT or Apache-2.0"
@@ -10,7 +10,7 @@ keywords = ["enum", "bitflag", "flag", "bitflags"]
1010
documentation = "https://docs.rs/enumflags2"
1111

1212
[dependencies.enumflags2_derive]
13-
version = "0.6.1"
13+
version = "0.6.2"
1414
path = "../enumflags_derive"
1515

1616
[dependencies.serde]

enumflags_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 = "enumflags2_derive"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
55
description = "Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
66
license = "MIT or Apache-2.0"

0 commit comments

Comments
 (0)