From 3f66d1f4ce06403f646876864260c59ca3627ee4 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 18 Oct 2022 08:38:16 -0600 Subject: Define `MntFlags` and `unmount` on all of the BSDs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2edb003b..e09f758a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ targets = [ ] [dependencies] -libc = { version = "0.2.135", features = [ "extra_traits" ] } +libc = { git = "https://github.com/rust-lang/libc", rev = "cc19b6f0801", features = [ "extra_traits" ] } bitflags = "1.1" cfg-if = "1.0" pin-utils = { version = "0.1.0", optional = true } -- cgit v1.2.3