Skip to content

Commit

Permalink
build: update udev to 0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro authored and jeandudey committed Dec 13, 2024
1 parent dd673b6 commit 4dcaf26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio-udev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "tokio-udev"
version = "0.9.1"
version = "0.10.0"
authors = ["Jean Pierre Dudey <[email protected]>"]
license = "Apache-2.0 OR MIT"
description = """
Expand All @@ -18,7 +18,7 @@ readme = "../README.md"
[dependencies]
futures-core = "0.3"
tokio = { version = "1", features = ["net"] }
udev = "0.7"
udev = "0.9"

[dev-dependencies]
futures-util = "0.3"
Expand Down

0 comments on commit 4dcaf26

Please sign in to comment.