We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39b664 commit ff9581fCopy full SHA for ff9581f
lib/Cargo.toml
@@ -30,7 +30,7 @@ liboverdrop = "0.1.0"
30
libsystemd = "0.7"
31
openssl = "^0.10.64"
32
regex = "1.10.4"
33
-rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process"] }
+rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process", "mount"] }
34
schemars = { version = "0.8.17", features = ["chrono"] }
35
serde = { workspace = true, features = ["derive"] }
36
serde_ignored = "0.1.10"
0 commit comments