rust-vsock / vsock-rs

Virtio socket support for Rust
https://crates.io/crates/vsock
Apache License 2.0
27 stars 19 forks source link

Suppress time_t musl "deprecation" #7

Closed Tim-Zhang closed 3 years ago

Tim-Zhang commented 3 years ago

See rust-lang/libc#1848 in which this type is changing from i32 to i64; the change is being announced via this deprecation.

Signed-off-by: Tim Zhang tim@hyper.sh