Browse Source

Update dev-dependencies.

whitequark 8 years ago
parent
commit
778add2173
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -17,7 +17,7 @@ log = { version = "0.3", default-features = false, optional = true }
 libc = { version = "0.2.18", optional = true }
 
 [dev-dependencies]
-env_logger = "0.3"
+env_logger = "0.4"
 getopts = "0.2"
 
 [features]