Skip to content

Commit

Permalink
bumps version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Apr 16, 2016
1 parent 7f68e66 commit 6c27bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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"
version = "0.1.2"
version = "0.2.0"
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
description = "Rust wrapper for libudev"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ 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
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
Expand Down

0 comments on commit 6c27bf4

Please sign in to comment.