Skip to content

Commit 4c3bd8a

Browse files
committed
chore(core): update mio to support 2024 edition
1 parent 8c099c6 commit 4c3bd8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ sha2 = "0.10.8"
8080
winapi = { version = "0.3", features = ["fileapi", "psapi", "shellapi"] }
8181

8282
[target.'cfg(all(not(windows), not(target_family = "wasm")))'.dependencies]
83-
mio = "0.8"
83+
mio = "1.0"
8484
nix = { version = "0.30.0", features = ["process", "signal"] }
8585

8686
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

0 commit comments

Comments
 (0)