diff --git a/Cargo.lock b/Cargo.lock index df9d0aa..ec10b0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "axum-content-negotiation" -version = "0.1.0" +version = "0.1.1" dependencies = [ "axum", "cbor4ii", diff --git a/Cargo.toml b/Cargo.toml index bb469ed..d03bf42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "axum-content-negotiation" description = "Axum middleware to use Accept and Content-Type headers to serialize with different formats" keywords = ["axum-middleware", "middleware", "content-negotiation"] -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Bruno Tavares "]