Update Cargo.toml

This commit is contained in:
Lokathor
2020-08-27 21:54:58 -06:00
parent c238ebbc09
commit ee8519830d
+1 -1
View File
@@ -23,7 +23,7 @@ edition = "2018"
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*" ]
[dependencies.tinyvec]
version = "0.4.0"
version = "1"
features = ["alloc"]