1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-08-02 12:14:49 +02:00

flake update

This commit is contained in:
Robin Appelman 2026-08-01 16:07:25 +02:00
commit 2492d6960c
5 changed files with 23 additions and 21 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
description = "Reading bit sequences from a byte slice"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/icewind/bitbuffer"
rust-version = "1.74.0"
rust-version = "1.82.0"
[dependencies]
num-traits = "0.2.19"