Explorar o código

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

I'm not sure why is this needed, but it broke CI.
whitequark %!s(int64=7) %!d(string=hai) anos
pai
achega
960b0012a0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"
 ]