Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Alien
Alien
Commits
a8ce9f90
Commit
a8ce9f90
authored
2 years ago
by
陈林峰
Browse files
Options
Download
Patches
Plain Diff
fix: update dep fat32-vfs
parent
37789c21
test-main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/Cargo.toml
+2
-2
kernel/Cargo.toml
with
2 additions
and
2 deletions
+2
-2
kernel/Cargo.toml
+
2
−
2
View file @
a8ce9f90
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets