Merge pull request #60 from matklad/biggertinyvec

Update tinyvec dependency
This commit is contained in:
Manish Goregaokar
2020-07-23 09:54:56 -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.3.3"
version = "0.4.0"
features = ["alloc"]