Skip to content

Commit

Permalink
chore: release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matteopolak committed Jul 13, 2024
1 parent 8d6fdda commit 4574210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4574210

Please sign in to comment.