We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c80228 commit 1d67298Copy full SHA for 1d67298
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions-rs/toolchain@v1
16
with:
17
profile: minimal
18
- toolchain: 1.69.0
+ toolchain: stable
19
override: true
20
21
- name: version info
Cargo.toml
@@ -17,7 +17,7 @@ exclude = [
[dependencies]
bincode = "1"
-mmap-bitvec = "0.4.0"
+mmap-bitvec = "0.4.1"
murmurhash3 = "0.0.5"
22
serde = { version = "1.0", features = ["derive"] }
23
once_cell = "1.3.1"
0 commit comments