aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67e0cb4..1ffbd78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.*"