Skip to content

Commit

Permalink
Update mio to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium authored and kinetiknz committed Jul 30, 2024
1 parent 72942f6 commit c200b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audioipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log = "0.4"
serde = "1"
serde_derive = "1"
serde_bytes = "0.11"
mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] }
mio = { version = "1", features = ["os-poll", "net", "os-ext"] }
slab = "0.4"
scopeguard = "1.1.0"
crossbeam-queue = "0.3"
Expand Down

0 comments on commit c200b1e

Please sign in to comment.