Skip to content

Commit 4fe8640

Browse files
committed
Bump version to 0.8.1
1 parent 0ab69a0 commit 4fe8640

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "udev"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["David Cuddeback <[email protected]>", "Victoria Brekenfeld <[email protected]>"]
55
description = "libudev bindings for Rust"
66
license = "MIT"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Add `udev` as a dependency in `Cargo.toml`:
2828

2929
```toml
3030
[dependencies]
31-
udev = "^0.8.0"
31+
udev = "^0.8.1"
3232
```
3333

3434
If you plan to support operating systems other than Linux, you'll need to add `udev` as a
3535
target-specific dependency:
3636

3737
```toml
3838
[target.x86_64-unknown-linux-gnu.dependencies]
39-
udev = "^0.8.0"
39+
udev = "^0.8.1"
4040
```
4141

4242
Import the `udev` crate.

0 commit comments

Comments
 (0)