1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 08:34:07 +02:00

Bump MSRV to 1.70.

This commit is contained in:
Ondřej Soukeník 2025-07-09 10:18:20 +02:00
commit 7e61e78df0

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.65.0"
rust-version = "1.70.0"
[dependencies]
num-traits = "0.2.19"