Skip to content

Commit

Permalink
bump version to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Jan 7, 2018
1 parent 3597ae1 commit 5c308ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libudev-sys"
version = "0.1.3"
version = "0.1.4"
authors = ["David Cuddeback <[email protected]>"]
description = "FFI bindings to libudev"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add `libudev-sys` as a dependency in `Cargo.toml`:

```toml
[dependencies]
libudev-sys = "0.1.1"
libudev-sys = "0.1"
```

Import the `libudev_sys` crate and use the functions as they're defined in the native `libudev`
Expand Down

0 comments on commit 5c308ba

Please sign in to comment.