diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-24 23:09:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 21:09:54 +0000 |
| commit | ea4c64a7997556871934e20be7415cba8ec275a5 (patch) | |
| tree | 69fbd5edc8f337064ee6e13989c24b022db463af /Cargo.lock | |
| parent | 34f1a232463bafeb3d8d3fa9adeae33c4bb95b23 (diff) | |
Split `BitSet` into two types and make it a bit nicer (#4249)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2355,6 +2355,12 @@ dependencies = [ ] [[package]] +name = "thin-vec" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" + +[[package]] name = "thiserror" version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2812,6 +2818,7 @@ dependencies = [ "portable-atomic", "rayon", "siphasher 1.0.0", + "thin-vec", ] [[package]] |
