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:
parent
4bc3196c9a
commit
0b146dc079
5 changed files with 18 additions and 26 deletions
|
|
@ -18,5 +18,5 @@ fn test_open_delete() {
|
|||
|
||||
assert_eq!(message, result);
|
||||
|
||||
queue.delete();
|
||||
queue.delete().expect("deleting queue failed");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue