Try a better version of sdset

This commit is contained in:
Clément Renault 2020-01-19 12:01:24 +01:00
parent e44d498c94
commit ff1ec599e0
No known key found for this signature in database
GPG key ID: 0151CDAB43460DAE
2 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ zerocopy = "0.2.8"
[dependencies.sdset]
# version = "0.3.6"
git = "https://github.com/Kerollmops/sdset"
branch = "intersection-by-key"
branch = "typed-algorithms"
[dev-dependencies]
assert_matches = "1.3"