diff --git a/modules/axfs/Cargo.toml b/modules/axfs/Cargo.toml index 8e0e4f00a0..3613ea343d 100644 --- a/modules/axfs/Cargo.toml +++ b/modules/axfs/Cargo.toml @@ -25,7 +25,7 @@ log = "=0.4.21" cfg-if = "1.0" lazyinit = "0.2" cap_access = "0.1" -axio = { version = "0.1", features = ["alloc"] } +axio = { version = "0.1.1", features = ["alloc"] } axerrno = "0.1" axfs_vfs = "0.1" axfs_devfs = { version = "0.1", optional = true }