From 77cb6730f9265591dad141f4f9b840069c9cd2b9 Mon Sep 17 00:00:00 2001
From: Sam Scott <sam.scott89@gmail.com>
Date: Wed, 3 Jun 2020 10:26:45 -0400
Subject: Support actix-web v2 (#30)

* 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>
---
 rustfmt.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'rustfmt.toml')

diff --git a/rustfmt.toml b/rustfmt.toml
index 70b05df..e696b4e 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,7 +1,6 @@
 match_block_trailing_comma = true
 max_width = 80
 newline_style = "Unix"
-reorder_imported_names = true
 reorder_imports = true
 use_try_shorthand = true
-where_trailing_comma = true
+trailing_comma = "Vertical"
-- 
cgit v1.2.3