-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b9b259
commit 872c555
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"] | ||
description = "Enum-based bit flags" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"] | ||
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" | ||
|