Skip to content

Commit 30998e8

Browse files
authored
Update deps (#58)
Update deps
1 parent a5dd38c commit 30998e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ opt-level = 3
1515
simd = []
1616

1717
[dependencies]
18-
rayon = "1.7.0"
19-
hashbrown = "0.14.0"
18+
rayon = "1.11"
19+
hashbrown = "0.16"
2020
num-integer = "0.1.45"
2121
seq-macro = "0.3"
2222

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ fn add_to_cache(mut cn: CacheLevel, cache: &mut Cache, hashset_cache: &mut HashS
327327
*oe.as_mut_ptr() = cn.swap_remove(idx);
328328
}
329329
} else {
330-
e.replace();
330+
hashset_cache.replace(expr.into());
331331
idx += 1;
332332
}
333333
} else {

0 commit comments

Comments
 (0)