From 0b146dc0792dd51cf8b343a1e9114b06242e9d14 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 20 Jan 2020 11:48:35 +0000 Subject: chore(ops/posix_mq.rs): Update crate dependencies to recent versions First bump since 2017! This changes the code to be compatible with newer versions of the `nix` crate, which has shuffled things around a bit. --- ops/posix_mq.rs/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ops/posix_mq.rs/Cargo.toml') diff --git a/ops/posix_mq.rs/Cargo.toml b/ops/posix_mq.rs/Cargo.toml index db471168c773..d72e87a3dcef 100644 --- a/ops/posix_mq.rs/Cargo.toml +++ b/ops/posix_mq.rs/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "posix_mq" -version = "0.1.3" -authors = ["Vincent Ambo "] +version = "0.9.0" +authors = ["Vincent Ambo "] description = "(Higher-level) Rust bindings to POSIX message queues" license = "MIT" -repository = "https://github.com/aprilabank/posix_mq.rs" +repository = "https://git.tazj.in/tree/ops/posix_mq.rs" [dependencies] -nix = "0.9" +nix = "0.16" libc = "0.2" -- cgit 1.4.1