diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ default-features = false # So phf uses libcore instead of libstd optional = true [target.'cfg(target_family = "unix")'.dev-dependencies] -klogger = { version = "0.0.10", features = ["use_ioports"] } +klogger = { version = "0.0.11", features = ["use_ioports"] } x86test = { path = "x86test" } libc = "0.2.*" |