Skip to content

Commit 4574210

Browse files
committed
chore: release 0.0.8
1 parent 8d6fdda commit 4574210

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 = "axum-codec"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition = "2021"
55
description = "A multi-codec extractor and response writer for Axum"
66
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ members = ["macros", ".", "examples/aide-validator", "examples/basic"]
1313
[dependencies]
1414
aide = { version = "0.13", optional = true, default-features = false, features = ["axum"] }
1515
axum = { version = "0.7", default-features = false }
16-
axum-codec-macros = { path = "macros", version = "0.0.6" }
16+
axum-codec-macros = { path = "macros", version = "0.0.7" }
1717
bincode = { version = "2.0.0-rc.3", default-features = false, features = ["std"], optional = true }
1818
bitcode = { version = "0.6", default-features = false, optional = true }
1919
ciborium = { version = "0.2", optional = true }

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum-codec-macros"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
edition = "2021"
55
description = "Procedural macros for axum-codec"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)