From 0cc038a73f98f5a3fe93d9622a6cf8497db17844 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Tue, 29 Sep 2020 12:24:46 -0700 Subject: [PATCH] (cargo-release) version 2.0.0-alpha.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09ee25e..0f4f590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surf" -version = "2.0.0-alpha.6" +version = "2.0.0-alpha.7" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/surf" documentation = "https://docs.rs/surf"