diff --git a/Cargo.lock b/Cargo.lock index fabdd385..b51c28bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4784,7 +4784,7 @@ dependencies = [ [[package]] name = "rsext4" version = "0.1.0" -source = "git+https://github.com/Dirinkbottle/rsext4.git?tag=dev-251222#376e253cc6b8767bc14ca5054fbc1ae49f7a8c8d" +source = "git+https://github.com/Dirinkbottle/rsext4.git?branch=main#51110c1413aaa2ac183e2af80ce07cdee560545d" dependencies = [ "bitflags 2.10.0", "lazy_static", diff --git a/modules/axfs/Cargo.toml b/modules/axfs/Cargo.toml index f9bfd195..0a444b02 100644 --- a/modules/axfs/Cargo.toml +++ b/modules/axfs/Cargo.toml @@ -19,7 +19,7 @@ cap_access = "0.1" lazyinit = "0.2" spin = "0.9" log = "0.4" -rsext4 = {git = "https://github.com/Dirinkbottle/rsext4.git", tag = "dev-251222"} +rsext4 = {git = "https://github.com/Dirinkbottle/rsext4.git", branch = "main"} [dependencies.fatfs] default-features = false