Skip to content

Commit 3424b31

Browse files
committed
lib: Enable mount API for rustix
Will be used by future changes. Signed-off-by: Colin Walters <[email protected]>
1 parent bbd6331 commit 3424b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ liboverdrop = "0.1.0"
3232
libsystemd = "0.7"
3333
openssl = "^0.10.64"
3434
regex = "1.10.4"
35-
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process"] }
35+
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process", "mount"] }
3636
schemars = { version = "0.8.17", features = ["chrono"] }
3737
serde = { workspace = true, features = ["derive"] }
3838
serde_ignored = "0.1.10"

0 commit comments

Comments
 (0)