Skip to content

Commit

Permalink
axum: Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Apr 3, 2022
1 parent bcda1a9 commit 3e716f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion axum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Unreleased

- **added:** Add `RequestParts::extract` which allows applying an extractor as a method call
- None.

# 0.5.1 (03. April, 2022)

- **added:** Add `RequestParts::extract` which allows applying an extractor as a method call ([#897)

[#897]: https://github.com/tokio-rs/axum/pull/897

# 0.5.0 (31. March, 2022)

Expand Down
4 changes: 2 additions & 2 deletions axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum"
version = "0.5.0"
version = "0.5.1"
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2018"
Expand All @@ -24,7 +24,7 @@ tower-log = ["tower/log"]
ws = ["tokio-tungstenite", "sha-1", "base64"]

[dependencies]
axum-core = { path = "../axum-core", version = "0.2.0" }
axum-core = { path = "../axum-core", version = "0.2.1" }
async-trait = "0.1.43"
bitflags = "1.0"
bytes = "1.0"
Expand Down

0 comments on commit 3e716f3

Please sign in to comment.