Skip to content

Commit

Permalink
upgrade to libuv v1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatcuk committed Nov 7, 2023
1 parent 9481ec8 commit d76612b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libuv"
version = "2.7.0"
version = "2.8.0"
description = "A safe rust wrapper for libuv"
homepage = "https://github.com/bmatcuk/libuv-rs"
repository = "https://github.com/bmatcuk/libuv-rs"
Expand All @@ -20,7 +20,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
bitflags = "~1.2.1"
libuv-sys2 = "~1.46.0"
libuv-sys2 = "~1.47.0"

[dev-dependencies]
rand = "~0.7.3"
Expand Down

0 comments on commit d76612b

Please sign in to comment.