mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-23 20:02:50 +01:00
Typo
This commit is contained in:
parent
4162bd8760
commit
1edbce34be
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ There are some several breaking changes in this release. Big thanks to
|
|||
`HxResponseTrigger::normal`,
|
||||
`HxResponseTrigger::after_settle`, and
|
||||
`HxResponseTrigger::after_swap`.
|
||||
- The `HxCurrentUrl` extractor now returns an `Option<axum::http::Uri` instead
|
||||
- The `HxCurrentUrl` extractor now returns an `Option<axum::http::Uri>` instead
|
||||
of a `String`. If the Uri cannot be parsed, it will return `None`.
|
||||
- All Uri-related responders now impl `TryFrom<&str>`.
|
||||
- `HxError::Serialization` has been renamed to `HxError::Json`.
|
||||
|
|
Loading…
Reference in a new issue