From b5621c24a7e4567df30e93aa92b5e0cc4ac66d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maja=20K=C4=85dzio=C5=82ka?= Date: Mon, 12 Feb 2024 06:14:55 +0100 Subject: [PATCH] Release 0.7.9 --- Cargo.toml | 4 ++-- enumflags_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d0a508..5b15db3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enumflags2" -version = "0.7.8" +version = "0.7.9" 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.8" +version = "=0.7.9" path = "enumflags_derive" [dependencies.serde] diff --git a/enumflags_derive/Cargo.toml b/enumflags_derive/Cargo.toml index 1e9d88a..9cee11d 100644 --- a/enumflags_derive/Cargo.toml +++ b/enumflags_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "enumflags2_derive" -version = "0.7.8" +version = "0.7.9" 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"