From 4574210721b532516a5b2d77ba6df1368f340d93 Mon Sep 17 00:00:00 2001 From: matteopolak Date: Sat, 13 Jul 2024 12:21:01 -0400 Subject: [PATCH] chore: release 0.0.8 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aad17df..9f8e555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-codec" -version = "0.0.7" +version = "0.0.8" edition = "2021" description = "A multi-codec extractor and response writer for Axum" license = "MIT OR Apache-2.0" @@ -13,7 +13,7 @@ members = ["macros", ".", "examples/aide-validator", "examples/basic"] [dependencies] aide = { version = "0.13", optional = true, default-features = false, features = ["axum"] } axum = { version = "0.7", default-features = false } -axum-codec-macros = { path = "macros", version = "0.0.6" } +axum-codec-macros = { path = "macros", version = "0.0.7" } bincode = { version = "2.0.0-rc.3", default-features = false, features = ["std"], optional = true } bitcode = { version = "0.6", default-features = false, optional = true } ciborium = { version = "0.2", optional = true } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 6270c85..7d85f90 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-codec-macros" -version = "0.0.6" +version = "0.0.7" edition = "2021" description = "Procedural macros for axum-codec" license = "MIT OR Apache-2.0"