Skip to content

Commit b683bfa

Browse files
Merge pull request #62 from triblespace/codex/add-freeze_into-function-in-bitvector
Switch anybytes dependency to git
2 parents 5f89ade + cf8b73e commit b683bfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- `DacsByte` now stores level data as zero-copy `View<[u8]>` values.
1919
- Added `to_bytes` and `from_bytes` on `DacsByte` for zero-copy serialization.
2020
- Documented the byte layout produced by `DacsByte::to_bytes` with ASCII art.
21+
- Switched `anybytes` dependency to track the upstream Git repository for the
22+
latest changes.
2123
- Flags are serialized before level data to eliminate padding.
2224
- `DacsByte` stores all flags and levels in one contiguous byte buffer and `to_bytes` simply clones this buffer.
2325
- Added `get_bits` methods to `BitVectorData` and `BitVector`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.61.0"
1919
[dependencies]
2020
anyhow = "1.0"
2121
num-traits = "0.2.15"
22-
anybytes = { version = "0.19", features = ["zerocopy"] }
22+
anybytes = { git = "https://github.com/triblespace/anybytes", features = ["zerocopy"] }
2323
zerocopy = "0.8"
2424

2525
[features]

0 commit comments

Comments
 (0)