From 78c4a5d739472f6ef9909268a7e7b189550611f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 6 Sep 2021 13:35:06 +0200 Subject: [PATCH] Bump bit_field to 0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e476b63d7..fd3275bc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ version = "0.14.4" edition = "2018" [dependencies] -bit_field = "0.9.0" +bit_field = "0.10.1" bitflags = "1.0.4" volatile = "0.4.4"