Specify the exact rev for the near-proximity dep

This commit is contained in:
Clément Renault
2020-09-06 17:21:38 +02:00
parent dec460ce52
commit f928b91e9d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1145,7 +1145,7 @@ dependencies = [
[[package]]
name = "near-proximity"
version = "0.1.0"
source = "git+https://github.com/Kerollmops/plane-sweep-proximity#f6c9e7e5fc1f7b456d080981e877d0e7943f82bd"
source = "git+https://github.com/Kerollmops/plane-sweep-proximity?rev=2f5ad5c#2f5ad5cdafde54731cd75d17ec6228ea3ca1f9b4"
dependencies = [
"tinyvec",
]