Skip to content

Commit 8aa259d

Browse files
tiagolobocastroDrakulix
authored andcommitted
chore: bump version to 0.9.1
Signed-off-by: Tiago Castro <[email protected]>
1 parent 679249c commit 8aa259d

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.9.0"
3+
version = "0.9.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.9.0"
31+
udev = "^0.9.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.9.0"
39+
udev = "^0.9.1"
4040
```
4141

4242
Import the `udev` crate.

0 commit comments

Comments
 (0)