Skip to content

Commit

Permalink
Upgrade mio and release a new version of ipc-channels (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson authored Jul 24, 2024
1 parent 310b8e4 commit 761937b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["rc"] }
uuid = { version = "1", features = ["v4"] }

[target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies]
mio = { version = "0.8", features = ["os-ext"] }
mio = { version = "1.0", features = ["os-ext"] }
sc = { version = "0.2.2", optional = true }
tempfile = "3.4"

Expand Down

0 comments on commit 761937b

Please sign in to comment.