Skip to content

Commit 872c555

Browse files
committedDec 14, 2021
Release 0.7.2
1 parent 6b9b259 commit 872c555

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.1"
3+
version = "0.7.2"
44
authors = ["maik klein <maikklein@googlemail.com>", "Jakub \"NieDżejkob\" Kądziołka <kuba@kadziolka.net>"]
55
description = "Enum-based bit flags"
66
license = "MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ edition = "2018"
1212
rust-version = "1.41.1"
1313

1414
[dependencies.enumflags2_derive]
15-
version = "=0.7.0"
15+
version = "=0.7.2"
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.0"
3+
version = "0.7.2"
44
authors = ["maik klein <maikklein@googlemail.com>", "Jakub \"NieDżejkob\" Kądziołka <kuba@kadziolka.net>"]
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)