| { | ||
| "git": { | ||
| "sha1": "0b695d2a2549242904e27ebfd659ac99c066a14c" | ||
| "sha1": "5dc84d40cc53a20258f5b184093f9e659e2167be" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -677,3 +677,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "rustix" | ||
| version = "1.1.0" | ||
| version = "1.1.1" | ||
| dependencies = [ | ||
@@ -680,0 +680,0 @@ "bitflags 2.9.1", |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "rustix" | ||
| version = "1.1.0" | ||
| version = "1.1.1" | ||
| authors = [ | ||
@@ -19,0 +19,0 @@ "Dan Gohman <dev@sunfishcode.online>", |
@@ -120,6 +120,6 @@ //! Adapt the Linux API to resemble a POSIX-style libc API. | ||
| #[cfg(feature = "time")] | ||
| #[cfg(any(feature = "io_uring", feature = "time", feature = "thread"))] | ||
| pub use linux_raw_sys::general::__kernel_clockid_t as clockid_t; | ||
| #[cfg(all(feature = "net", feature = "time"))] | ||
| #[cfg(feature = "net")] | ||
| pub use linux_raw_sys::net::{sock_txtime, SCM_TXTIME, SO_TXTIME}; | ||
@@ -126,0 +126,0 @@ |
Sorry, the diff of this file is not supported yet