From 77cb6730f9265591dad141f4f9b840069c9cd2b9 Mon Sep 17 00:00:00 2001 From: Sam Scott 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 --- src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index bfbb9c3..3dae164 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -202,12 +202,8 @@ while_true )] -#[cfg(feature = "actix")] -extern crate actix_web; -extern crate data_encoding; #[macro_use] extern crate error_chain; -extern crate percent_encoding; #[macro_use] extern crate serde; -- cgit v1.2.3