Skip to content

Commit 0b0969b

Browse files
authored
Merge pull request #435 from filecoin-project/feat/fr32/optimize-bit-operations
Optimize bit operations in the `fr32` module
2 parents 5095396 + 2688c31 commit 0b0969b

File tree

2 files changed

+434
-72
lines changed

2 files changed

+434
-72
lines changed

sector-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
edition = "2018"
88

99
[dependencies]
10-
bitvec = "0.5"
10+
bitvec = "0.9"
1111
failure = "0.1"
1212
itertools = "0.7.3"
1313
libc = "0.2"

0 commit comments

Comments
 (0)