Skip to content

Commit

Permalink
Release 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
meithecatte committed Apr 17, 2023
1 parent 24b13aa commit 687709f
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.6"
version = "0.7.7"
authors = ["maik klein <maikklein@googlemail.com>", "Maja Kądziołka <maya@compilercrim.es>"]
description = "Enum-based bit flags"
license = "MIT OR Apache-2.0"
Expand All @@ -12,7 +12,7 @@ edition = "2018"
rust-version = "1.56"

[dependencies.enumflags2_derive]
version = "=0.7.6"
version = "=0.7.7"
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.6"
version = "0.7.7"
authors = ["maik klein <maikklein@googlemail.com>", "Maja Kądziołka <maya@compilercrim.es>"]
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 687709f

Please sign in to comment.