From 6754b3c9f7c0a4755a5eac4329d6591c2b64c485 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 8 Dec 2019 13:56:17 +0100 Subject: [PATCH] chore: Update slice-deque to 0.3 Signed-off-by: Igor Gnatenko --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0de0a1d..2199b05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ memchr = "2.0" # `slice_deque` is only supported on platforms with virtual memory [target.'cfg(any(unix, windows))'.dependencies.slice-deque] -version = "0.2" +version = "0.3" optional = true [features]