Skip to content

Commit cc09d89

Browse files
committed
Release 0.7.11
1 parent 24f03af commit cc09d89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enumflags2"
3-
version = "0.7.10"
3+
version = "0.7.11"
44
authors = ["maik klein <[email protected]>", "Maja Kądziołka <[email protected]>"]
55
description = "Enum-based bit flags"
66
license = "MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ edition = "2018"
1212
rust-version = "1.56"
1313

1414
[dependencies.enumflags2_derive]
15-
version = "=0.7.10"
15+
version = "=0.7.11"
1616
path = "enumflags_derive"
1717

1818
[dependencies.serde]

enumflags_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enumflags2_derive"
3-
version = "0.7.10"
3+
version = "0.7.11"
44
authors = ["maik klein <[email protected]>", "Maja 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)