Skip to content

Commit 0557371

Browse files
committed
fs: add support of .. operation in devfs
1 parent 775edba commit 0557371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Yuekai Jia <[email protected]>"]
88

99
[dependencies]
1010
cfg-if = "1.0"
11-
bitflags = "2.0"
11+
bitflags = "2.1"
1212
memory_addr = { path = "../memory_addr" }
1313

1414
[target.'cfg(target_arch = "x86_64")'.dependencies]

0 commit comments

Comments
 (0)