Skip to content

Commit a6e9a23

Browse files
committed
Bump version numbers in preparation for release
1 parent 7feb96d commit a6e9a23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

enumflags/Cargo.toml

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

1212
[dependencies]
13-
enumflags2_derive = { version = "0.5.0", path = "../enumflags_derive" }
13+
enumflags2_derive = { version = "0.6.0", path = "../enumflags_derive" }

enumflags_derive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "enumflags2_derive"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
5-
description = "Enum-based bitflags - the macros"
5+
description = "Enum-based bitflags - the macro. Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
66
license = "MIT"
77
repository = "https://github.com/NieDzejkob/enumflags2"
88
keywords = ["enum", "bitflag", "flag", "bitflags"]

0 commit comments

Comments
 (0)