From 8205d5ba03ccc9ccb7407693440f8e47f8ceeeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maja=20K=C4=85dzio=C5=82ka?= Date: Fri, 7 Jun 2024 17:31:25 +0200 Subject: [PATCH] Release 0.7.10 --- Cargo.toml | 4 ++-- enumflags_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b15db3..0704d71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enumflags2" -version = "0.7.9" +version = "0.7.10" authors = ["maik klein ", "Maja Kądziołka "] 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] diff --git a/enumflags_derive/Cargo.toml b/enumflags_derive/Cargo.toml index b0e953a..eec2b45 100644 --- a/enumflags_derive/Cargo.toml +++ b/enumflags_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enumflags2_derive" -version = "0.7.9" +version = "0.7.10" authors = ["maik klein ", "Maja Kądziołka "] 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"