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.
This commit is contained in:
Vincent Ambo 2020-01-20 11:48:35 +00:00
parent 4bc3196c9a
commit 0b146dc079
5 changed files with 18 additions and 26 deletions

View file

@ -18,5 +18,5 @@ fn test_open_delete() {
assert_eq!(message, result);
queue.delete();
queue.delete().expect("deleting queue failed");
}