From 2ca77c3a4bd7e5b0302a917e777c10e7b7852053 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 23 Jul 2020 11:44:29 +0200 Subject: [PATCH] Update tinyvec dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15c5085..b7782a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ edition = "2018" exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*" ] [dependencies.tinyvec] -version = "0.3.3" +version = "0.4.0" features = ["alloc"]