Skip to content

Commit

Permalink
Update dependence to nix 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkdhmo committed May 29, 2019
1 parent 47aad16 commit 230a86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gpio-cdev"
version = "0.2.0"
version = "0.2.1"
authors = ["Paul Osborne <[email protected]>", "Frank Pagliughi <[email protected]>"]
description = "Linux GPIO Character Device Support (/dev/gpiochipN)"
homepage = "https://github.com/posborne/rust-gpio-cdev"
Expand All @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
bitflags = "1.0"
error-chain = "0.12"
libc = "0.2"
nix = "0.11"
nix = "0.14"

[dev-dependencies]
quicli = "0.2"
2 changes: 1 addition & 1 deletion examples/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use quicli::prelude::*;
use nix::poll::*;
use std::os::unix::io::{AsRawFd};

type PollEventFlags = nix::poll::EventFlags;
type PollEventFlags = nix::poll::PollFlags;

#[derive(Debug, StructOpt)]
struct Cli {
Expand Down

0 comments on commit 230a86f

Please sign in to comment.