File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838Initial release!
3939
4040[ unreleased ] : https://github.com/bahlo/axum-accept/compare/v0.0.4...HEAD
41- [ 0.0.3 ] : https://github.com/bahlo/axum-accept/releases/tag/v0.0.4
41+ [ 0.0.5 ] : https://github.com/bahlo/axum-accept/releases/tag/v0.0.5
42+ [ 0.0.4 ] : https://github.com/bahlo/axum-accept/releases/tag/v0.0.4
4243[ 0.0.3 ] : https://github.com/bahlo/axum-accept/releases/tag/v0.0.3
4344[ 0.0.2 ] : https://github.com/bahlo/axum-accept/releases/tag/v0.0.2
4445[ 0.0.1 ] : https://github.com/bahlo/axum-accept/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 11[package ]
22name = " axum-accept-macros"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44edition = " 2024"
55description = " Proc-macro for the axum-accept crate"
66license = " MIT OR Apache-2.0"
@@ -14,6 +14,6 @@ proc-macro = true
1414proc-macro2 = " 1"
1515quote = " 1"
1616syn = { version = " 2" , features = [" full" ] }
17- axum-accept-shared = { version = " 0.0.4 " , path = " ../axum-accept-shared" }
17+ axum-accept-shared = { version = " 0.0.5 " , path = " ../axum-accept-shared" }
1818axum = { workspace = true }
1919mediatype = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " axum-accept-shared"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44edition = " 2024"
55description = " Shared code for the axum-accept crate"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " axum-accept"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44authors = [
" Arne Bahlo <[email protected] >" ]
55edition = " 2024"
66description = " Typed accept negotiation for axum."
@@ -11,8 +11,8 @@ readme = "../README.md"
1111keywords = [" axum" , " accept" , " media-type" ]
1212
1313[dependencies ]
14- axum-accept-macros = { version = " 0.0.4 " , path = " ../axum-accept-macros" }
15- axum-accept-shared = { version = " 0.0.4 " , path = " ../axum-accept-shared" }
14+ axum-accept-macros = { version = " 0.0.5 " , path = " ../axum-accept-macros" }
15+ axum-accept-shared = { version = " 0.0.5 " , path = " ../axum-accept-shared" }
1616
1717[dev-dependencies ]
1818axum = { workspace = true , features = [" json" ] }
You can’t perform that action at this time.
0 commit comments