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

6
Cargo.lock generated
View File

@ -971,7 +971,7 @@ dependencies = [
"once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustyline 5.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"sdset 0.3.6 (git+https://github.com/Kerollmops/sdset?branch=intersection-by-key)",
"sdset 0.3.6 (git+https://github.com/Kerollmops/sdset?branch=typed-algorithms)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
"siphasher 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1702,7 +1702,7 @@ dependencies = [
[[package]]
name = "sdset"
version = "0.3.6"
source = "git+https://github.com/Kerollmops/sdset?branch=intersection-by-key#f8f5f9eeec3795d25f07f5b8a97d2df902ece7ec"
source = "git+https://github.com/Kerollmops/sdset?branch=typed-algorithms#918d4b62ad1db111ee7f57f58223b92bdc513f39"
[[package]]
name = "semver"
@ -2817,7 +2817,7 @@ dependencies = [
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
"checksum sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
"checksum sdset 0.3.6 (git+https://github.com/Kerollmops/sdset?branch=intersection-by-key)" = "<none>"
"checksum sdset 0.3.6 (git+https://github.com/Kerollmops/sdset?branch=typed-algorithms)" = "<none>"
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
"checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0"

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"