From 464e8d41c1087f8578396194f3cef4bb9e0811f3 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Sun, 27 Sep 2020 16:23:23 -0700 Subject: [PATCH] 2.0.0-alpha.6 actual: fixed maxed cargo keywords oops. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87b6ede..09ee25e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/surf" documentation = "https://docs.rs/surf" description = "Surf the web - HTTP client framework" -keywords = ["http", "client", "framework", "request", "async", "async-std"] +keywords = ["http", "client", "framework", "request", "async"] categories = ["web-programming", "web-programming::http-client"] authors = [ "Yoshua Wuyts ",