From 6f98de85f671a3bf715f2776067c2d5a77f2fea1 Mon Sep 17 00:00:00 2001 From: Douman Date: Fri, 12 Apr 2019 12:42:09 +0300 Subject: [PATCH] Update yukikaze to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e382f8..c08c8ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = [ edition = "2018" [dependencies.yukikaze] -version = "0.5" +version = "0.6" default-features = false features = ["rt", "flate2-c"]