Skip to content

Commit

Permalink
Release 0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
meithecatte committed Jun 7, 2024
1 parent 1c78f09 commit 8205d5b
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.9"
version = "0.7.10"
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.9"
version = "=0.7.10"
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.9"
version = "0.7.10"
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

2 comments on commit 8205d5b

@davidzeng0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's goo

@3eif
Copy link

@3eif 3eif commented on 8205d5b Jun 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

darwee

Please sign in to comment.