Merge pull request #61 from Lokathor/tinyvec-version-bump

update tinyvec version to the new 1.0
This commit is contained in:
Manish Goregaokar
2020-08-27 21:01:00 -07:00
committed by GitHub
+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"]