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"]