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
只敲代码不玩耍聪明baka也变傻ᗜˬᗜ
BakaOS
Commits
c3123c7c
Commit
c3123c7c
authored
1 month ago
by
Caiyi H.
Browse files
Options
Download
Patches
Plain Diff
build(filesystem): update ext4_rs to latest revision
parent
cf07df6e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
crates/filesystem/Cargo.toml
+1
-1
crates/filesystem/Cargo.toml
with
1 addition
and
1 deletion
+1
-1
crates/filesystem/Cargo.toml
+
1
−
1
View file @
c3123c7c
...
...
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
fatfs
=
{
git
=
"https://github.com/neuq-rcore/rust-fatfs.git"
,
default-features
=
false
,
features
=
[
"lfn"
,
"alloc"
,
"unicode"
]
}
ext4_rs
=
{
git
=
"https://github.com/neuq-rcore/ext4_rs"
,
rev
=
"
35a7d9bd385633dd033a32799c4c950d0f9f340a
"
,
default-features
=
false
}
ext4_rs
=
{
git
=
"https://github.com/neuq-rcore/ext4_rs"
,
rev
=
"
02ca6881a15e770fb0ce09cc23410bda74d81cdd
"
,
default-features
=
false
}
# lwext4-rs = { git = "https://github.com/os-module/lwext4.git", default-features = false }
# embedded-io = "0.6.1"
timing
=
{
path
=
"../timing"
,
default-features
=
false
}
...
...
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