From bcc134cd025b335d6debf93cdebf1d1354bc81fa Mon Sep 17 00:00:00 2001 From: James Munns Date: Tue, 12 Nov 2019 00:57:21 +0100 Subject: [PATCH] Fix feature name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45ea88e..4505afb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ default = [ "mio-uds", "num_cpus", "pin-project-lite", - "serde-remotes", + "serde-support", ] docs = ["attributes", "unstable"] unstable = ["default", "broadcaster"]