Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Nov 2, 2022
1 parent 4103b6b commit 3002527
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "udev"
version = "0.6.3"
authors = ["David Cuddeback <[email protected]>", "Victor Brekenfeld <[email protected]>"]
version = "0.7.0"
authors = ["David Cuddeback <[email protected]>", "Victoria Brekenfeld <[email protected]>"]
description = "libudev bindings for Rust"
license = "MIT"
homepage = "https://github.com/Smithay/udev-rs"
Expand Down
9 changes: 5 additions & 4 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.6.3"
udev = "^0.7.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.6.3"
udev = "^0.7.0"
```

Import the `udev` crate.
Expand Down Expand Up @@ -68,12 +68,13 @@ fn main() {
* [a1ien](https://github.com/a1ien)
* [lj94093](https://github.com/lj94093)
* [patrickelectric](https://github.com/patrickelectric)
* [TomzBench](https://github.com/TomzBench)

## License
Copyright © 2017 Victor Brekenfeld
Copyright © 2017 Victoria Brekenfeld
Copyright © 2015 David Cuddeback

Copyright for portions of the project are held by [David Cuddeback, 2015] as part of the project.
All other copyright for the project are held by [Victor Brekenfeld, 2017].
All other copyright for the project are held by [Victoria Brekenfeld, 2017].

Distributed under the [MIT License](LICENSE).

0 comments on commit 3002527

Please sign in to comment.