From 0156dc879bc67e313ef123978a8edfb24ae36fae Mon Sep 17 00:00:00 2001 From: Sun Date: Tue, 20 Aug 2019 13:24:13 +0800 Subject: [PATCH] move surf to dev-dependencies (#84) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70ae254..bddd8b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,8 @@ mio-uds = "0.6.7" num_cpus = "1.10.0" pin-utils = "0.1.0-alpha.4" slab = "0.4.2" -surf = "1.0.1" [dev-dependencies] femme = "1.1.0" tempdir = "0.3.7" +surf = "1.0.1"