-
Notifications
You must be signed in to change notification settings - Fork 19
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
1c78f09
commit 8205d5b
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.9" | ||
version = "0.7.10" | ||
authors = ["maik klein <[email protected]>", "Maja 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.56" | ||
|
||
[dependencies.enumflags2_derive] | ||
version = "=0.7.9" | ||
version = "=0.7.10" | ||
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.9" | ||
version = "0.7.10" | ||
authors = ["maik klein <[email protected]>", "Maja 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" | ||
|
8205d5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's goo
8205d5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
darwee