Browse Source

Unbreak `cargo test --no-default-features --features default`.

I'm not sure why is this needed, but it broke CI.
whitequark 7 years ago
parent
commit
960b0012a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -41,6 +41,7 @@ verbose = []
 "socket-tcp" = []
 "socket-icmp" = []
 default = [
+  "std", "log", # needed for `cargo test --no-default-features --features default` :/
   "phy-raw_socket", "phy-tap_interface",
   "socket-raw", "socket-icmp", "socket-udp", "socket-tcp"
 ]