From 8e3e71e95bfded2dcd65089848f758fad2c94160 Mon Sep 17 00:00:00 2001 From: GrayJack Date: Tue, 19 Nov 2024 06:17:21 -0300 Subject: [PATCH] chore: Bump version --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- bitflags-attr-macros/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d33f99..6c2cfa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bitflag-attr" -version = "0.6.0" +version = "0.7.0" dependencies = [ "bitflags-attr-macros", "serde", @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "bitflags-attr-macros" -version = "0.6.0" +version = "0.7.0" dependencies = [ "quote", "syn", diff --git a/Cargo.toml b/Cargo.toml index 4db8ca3..31bbeb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitflag-attr" authors = ["GrayJack "] -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A macro to generate bitflags structures from C-like enums" @@ -13,7 +13,7 @@ rust-version = "1.75.0" exclude = ["/tests", "/.github"] [dependencies] -bitflags-attr-macros = { version = "=0.6.0", path = "bitflags-attr-macros" } +bitflags-attr-macros = { version = "=0.7.0", path = "bitflags-attr-macros" } [[test]] name = "tests" diff --git a/bitflags-attr-macros/Cargo.toml b/bitflags-attr-macros/Cargo.toml index 10fb59c..61ed9c4 100644 --- a/bitflags-attr-macros/Cargo.toml +++ b/bitflags-attr-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitflags-attr-macros" -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["bit", "bitmask", "bitflags", "flags"]