Skip to content

Commit

Permalink
Fix problem with missing os-poll feature from mio
Browse files Browse the repository at this point in the history
  • Loading branch information
isomer committed Dec 27, 2021
1 parent 34c7069 commit 1611b1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.2.12-rc7
- Fix mio upgrade missing "os-poll" feature.
0.2.12-rc6
- Clippy cleanups, bumping dependencies etc.
0.2.12-rc5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erbium"
version = "0.2.12-rc6"
version = "0.2.12-rc7"
authors = ["Perry Lorier <git@isomer.meta.net.nz>"]
edition = "2018"
default-run = "erbium"
Expand Down Expand Up @@ -33,7 +33,7 @@ hostname = { version = "0.3" }
hyper = { version = "0.14.5", features=["server", "http1", "stream", "runtime", "tcp"], optional=true }
lazy_static = "1.4"
log = "0.4"
mio = { version = "0.8", features=["net"] }
mio = { version = "0.8", features=["net", "os-poll"] }
netlink-packet-route = "0.8"
netlink-sys = { version="0.7", features=["tokio_socket"] }
nix = { version = "0.23" }
Expand Down

0 comments on commit 1611b1a

Please sign in to comment.