Skip to content

Commit ff9581f

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

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
@@ -30,7 +30,7 @@ liboverdrop = "0.1.0"
3030
libsystemd = "0.7"
3131
openssl = "^0.10.64"
3232
regex = "1.10.4"
33-
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process"] }
33+
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process", "mount"] }
3434
schemars = { version = "0.8.17", features = ["chrono"] }
3535
serde = { workspace = true, features = ["derive"] }
3636
serde_ignored = "0.1.10"

0 commit comments

Comments
 (0)