Skip to content

Commit 1d67298

Browse files
Update to mmap-bitvec 0.4.1
1 parent 4c80228 commit 1d67298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions-rs/toolchain@v1
1616
with:
1717
profile: minimal
18-
toolchain: 1.69.0
18+
toolchain: stable
1919
override: true
2020

2121
- name: version info

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = [
1717

1818
[dependencies]
1919
bincode = "1"
20-
mmap-bitvec = "0.4.0"
20+
mmap-bitvec = "0.4.1"
2121
murmurhash3 = "0.0.5"
2222
serde = { version = "1.0", features = ["derive"] }
2323
once_cell = "1.3.1"

0 commit comments

Comments
 (0)