diff --git a/Cargo.toml b/Cargo.toml index 778f3e7..4e3ff1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libudev" -version = "0.1.2" +version = "0.2.0" authors = ["David Cuddeback "] description = "Rust wrapper for libudev" license = "MIT" diff --git a/README.md b/README.md index a5ce786..a4e9984 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add `libudev` as a dependency in `Cargo.toml`: ```toml [dependencies] -libudev = "0.1.1" +libudev = "0.2" ``` If you plan to support operating systems other than Linux, you'll need to add `libudev` as a @@ -36,7 +36,7 @@ target-specific dependency: ```toml [target.x86_64-unknown-linux-gnu.dependencies] -libudev = "0.1.1" +libudev = "0.2" ``` Import the `libudev` crate. The starting point for nearly all `libudev` functionality is to create a