From 152f4d70aba1db08fd047943f598e6d7bedb9a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 2 Jun 2024 17:42:33 +0200 Subject: [PATCH] Bump version to 2.0.1 --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86af081..92b499b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,8 @@ categories = ["network-programming", "web-programming::http-server"] license = "MIT" build = "build.rs" # Remember to also update in appveyor.yml and the http-crates.io branch -version = "2.0.0" +# Remember to also update brotli feature list! +version = "2.0.1" # Remember to also update in http.md authors = ["thecoshman ", "nabijaczleweli ", @@ -53,7 +54,7 @@ default-features = false [dependencies.brotli] version = "6.0" -features = ["simd"] +# features = ["simd"] # comment this out for release [dependencies.iron] path = "vendor/iron-0.6.1"