Commit Graph
20 Commits
Author SHA1 Message Date
Jonas Platte 9991b85f1f Use regular non-exhaustive debug representation instead of custom one (#1380) 2022-10-20 20:02:46 +02:00
Jonas Platte 177c50ca7a Relax bounds on Multipart FromRequest implementation (#1379) 2022-10-20 20:02:46 +02:00
Jonas Platte d3c5211967 Add must_use attribute to Redirect type (#1356) 2022-10-20 20:02:46 +02:00
Jonas Platte f424c9d512 Fix intra-doc links on docs.rs (#1205)
* Use version 2 of Cargo's feature resolver

* Increase minimum version of tungstenite

Tungstenite 0.17.1 has a higher MSRV, and there should be no reason to
use it over 0.17.2.

* Clean up and fix MSRV CI job

* Fix some intra-doc links not resolving correctly on docs.rs

* Bump minimum version of tower

… to avoid dependencies with a broken minimum-versions chain.
2022-10-20 20:02:46 +02:00
Jonas Platte 7d740866e6 Fix a typo in axum_extra::extract::Query docs (#1201) 2022-10-20 20:02:46 +02:00
Jonas Platte 04e0a9e31b Clean up extra space in axum/CHANGELOG.md 2022-10-20 20:02:46 +02:00
Jonas Platte ab1ccf8812 Serialize Json<T> to Bytes instead of Vec<u8> in IntoResponse (#1178) 2022-07-25 20:10:33 +02:00
Jonas Platte 98f64686e0 docsrs cfg fixes (#1137)
* Remove unused attribute in axum-core

* Fix docs.rs package metadata for axum-extra
2022-07-02 11:04:57 +02:00
Jonas Platte 1812c4dfe8 Remove explicit TryFrom, TryInto imports (#1099) 2022-06-17 18:36:49 +00:00
Jonas PlatteandDavid Pedersen 1d7878c3c8 axum-extra: 0.3.3 (#1042)
* axum-extra: 0.3.3

* Update axum-extra/CHANGELOG.md

* Update axum-extra/CHANGELOG.md

* depend on axum-macros 0.2.2

Co-authored-by: David Pedersen <[email protected]>
2022-05-18 20:29:49 +02:00
Jonas Platte 80d0cc19e6 axum-macros: 0.2.2 (#1044) 2022-05-18 20:23:56 +02:00
Jonas Platte b215a87a19 Add axum_extra::extract::Query 2022-05-17 20:19:24 +02:00
Jonas Platte 591434778f Slightly simplify CORS example (#1027) 2022-05-12 11:36:57 +02:00
Jonas Platte 1191b58083 Add RequestParts::extract (#897) 2022-04-01 09:25:15 +02:00
Jonas Platte 422a883cb2 Fix two separate lists in Tutorials section of ECOSYSTEM.md (#854) 2022-03-12 22:09:30 +01:00
Jonas Platte 80753f8f5c Remove unnecessary mut from (Signed)CookieJar examples (#850) 2022-03-10 12:53:51 +01:00
Jonas Platte 79b94b9bd6 Replace set_var usage in examples (#829)
* examples: Fix inconsistent toml formatting

* examples: Replace set_var usage
2022-03-06 12:37:00 +01:00
Jonas Platte 9470f5ae1d Update MSRV in .clippy.toml (#832) 2022-03-05 14:23:27 +01:00
Jonas Platte b6862ff63d ci: Set CARGO_TERM_COLOR = always to get colored logs (#831) 2022-03-05 12:13:53 +01:00
Jonas Platte ab486198e6 Fix typo in CHANGELOG.md (#822) 2022-03-04 00:18:37 +01:00