Skip to content

Commit

Permalink
chore: release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
matteopolak committed Dec 4, 2024
1 parent c4a4753 commit 052fd66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14"
version = "0.0.15"
edition = "2021"
description = "A multi-codec extractor and response writer for Axum"
license = "MIT OR Apache-2.0"
Expand All @@ -16,7 +16,7 @@ members = ["macros", ".", "examples/*"]
[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.10", default-features = false }
axum-codec-macros = { path = "macros", version = "0.0.11", default-features = false }
bincode = { version = "2.0.0-rc.3", default-features = false, features = ["std"], optional = true }
# 0.6.3 added the #[bitcode(crate = "...")] option
bitcode = { version = "0.6.3", default-features = false, features = ["std"], 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.10"
version = "0.0.11"
edition = "2021"
description = "Procedural macros for axum-codec"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 052fd66

Please sign in to comment.