Commit a8ce9f90 authored by 陈林峰's avatar 陈林峰
Browse files

fix: update dep fat32-vfs

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -26,8 +26,8 @@ page-table = { git = "https://github.com/os-module/page-table.git" }
#page-table = { path = "../../os-module/page-table" }
rvfs = { git = "https://github.com/Godones/rvfs.git" }
#rvfs = { path = "../../os-module/rvfs" }
#fat32-vfs = { git = "https://github.com/Godones/fat32-vfs.git" }
fat32-vfs = { path = "../../os-module/fat32-vfs" }
fat32-vfs = { git = "https://github.com/Godones/fat32-vfs.git" }
#fat32-vfs = { path = "../../os-module/fat32-vfs" }
trace_lib = { git = "https://github.com/os-module/rtrace" }
preprint = "0.1.0"
rslab = "0.2.1"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment