From 42bf8e931fb27b2e7a16ef70598f42538d6aad64 Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Sun, 1 Sep 2019 08:24:03 +0300 Subject: [PATCH] bump as_slice --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b4b374e..e1ab3209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ cortex-m = "0.6.0" nb = "0.1.2" cortex-m-rt = "0.6.8" stm32f1 = "0.8.0" -as-slice = "0.1" +as-slice = "0.2" [dependencies.void] default-features = false