Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meithecatte committed Dec 14, 2021
1 parent 6b9b259 commit 872c555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enumflags2"
version = "0.7.1"
version = "0.7.2"
authors = ["maik klein <maikklein@googlemail.com>", "Jakub \"NieDżejkob\" Kądziołka <kuba@kadziolka.net>"]
description = "Enum-based bit flags"
license = "MIT OR Apache-2.0"
Expand All @@ -12,7 +12,7 @@ edition = "2018"
rust-version = "1.41.1"

[dependencies.enumflags2_derive]
version = "=0.7.0"
version = "=0.7.2"
path = "enumflags_derive"

[dependencies.serde]
Expand Down
2 changes: 1 addition & 1 deletion enumflags_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enumflags2_derive"
version = "0.7.0"
version = "0.7.2"
authors = ["maik klein <maikklein@googlemail.com>", "Jakub \"NieDżejkob\" Kądziołka <kuba@kadziolka.net>"]
description = "Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 872c555

Please sign in to comment.