Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Sep 22, 2023
1 parent 0ace976 commit ad2b07b
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 = "udev"
version = "0.7.0"
version = "0.8.0"
authors = ["David Cuddeback <david.cuddeback@gmail.com>", "Victoria Brekenfeld <github@drakulix.de>"]
description = "libudev bindings for Rust"
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 `udev` as a dependency in `Cargo.toml`:

```toml
[dependencies]
udev = "^0.7.0"
udev = "^0.8.0"
```

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

```toml
[target.x86_64-unknown-linux-gnu.dependencies]
udev = "^0.7.0"
udev = "^0.8.0"
```

Import the `udev` crate.
Expand Down

0 comments on commit ad2b07b

Please sign in to comment.