From e01de1a0a5abd6cbb9b0708ee463f636779c1c48 Mon Sep 17 00:00:00 2001 From: chyyuu Date: Fri, 5 Apr 2024 10:42:03 +0800 Subject: [PATCH] update rcore-fs-sefs Cargo.toml: bitvec 0.22 -->1.0 --- rcore-fs-sefs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcore-fs-sefs/Cargo.toml b/rcore-fs-sefs/Cargo.toml index a543affd..255bc2cf 100644 --- a/rcore-fs-sefs/Cargo.toml +++ b/rcore-fs-sefs/Cargo.toml @@ -9,7 +9,7 @@ rcore-fs = { path = "../rcore-fs" } static_assertions = "1.1" spin = "0.9" log = "0.4" -bitvec = { version = "0.22", default-features = false, features = ["alloc"] } +bitvec = { version = "1.0", default-features = false, features = ["alloc"] } [features] std = ["rcore-fs/std"]