Skip to content

Commit 30e5ba5

Browse files
committed
Release 0.7.0
1 parent 4ad8c0b commit 30e5ba5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enumflags2"
3-
version = "0.7.0-preview1"
3+
version = "0.7.0"
44
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
55
description = "Enum-based bit flags"
66
license = "MIT OR Apache-2.0"
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/enumflags2"
1111
edition = "2018"
1212

1313
[dependencies.enumflags2_derive]
14-
version = "=0.7.0-preview1"
14+
version = "=0.7.0"
1515
path = "enumflags_derive"
1616

1717
[dependencies.serde]

enumflags_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enumflags2_derive"
3-
version = "0.7.0-preview1"
3+
version = "0.7.0"
44
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
55
description = "Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)