mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
Fix typo
This commit is contained in:
parent
dbab5a84b4
commit
b75c34b821
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- **changed:** Change WebSocket API to use an extractor plus a response ([#121](https://github.com/tokio-rs/axum/pull/121))
|
||||
- **changed:** Make WebSocket `Message` an enum ([#116](https://github.com/tokio-rs/axum/pull/116))
|
||||
- **changed:** `WebSocket` now uses `Error` as its error type ([#150](https://github.com/tokio-rs/axum/pull/150))
|
||||
behavior ([#120](https://github.com/tokio-rs/axum/pull/120))
|
||||
- Misc
|
||||
- **changed:** `EmptyRouter` now requires the response body to implement `Send + Sync + 'static'` ([#108](https://github.com/tokio-rs/axum/pull/108))
|
||||
- **changed:** `Router::check_infallible` now returns a `CheckInfallible` service. This
|
||||
|
|
Loading…
Add table
Reference in a new issue