summaryrefslogtreecommitdiff
path: root/tests/test_actix.rs
AgeCommit message (Collapse)Author
2022-03-05Actix 4 (#56)Omid Rad
* Remove all default actix features * Set MSRV * Have `actix4` feature, instead of `actix` * enable actix tests for all features
2020-06-03Revert to rustfmt defaults.Sam Scott
2020-06-03Support actix-web v2 (#30)Sam Scott
* update dependencies - actix-web v2 - percent encoding v2.1 - rust 2018 edition - remove rustfmt no longer supported rules * ci: add feature build matrix * fix actix unit tests Co-authored-by: Mario Reder <mreder1289@gmail.com>
2019-07-31Add deserialization parameters to QsQueryConfigfermeise
This allows switching to non-strict parsing mode resolves #21
2019-05-15update actix support to v1daddinuz
2019-01-23Add actix test.Sam Scott