We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5da2b7 commit 1e7ae55Copy full SHA for 1e7ae55
Cargo.toml
@@ -34,13 +34,13 @@ bitflags = "1.0"
34
35
[dev-dependencies]
36
log = "0.4.3"
37
-env_logger = "0.6"
+env_logger = { version = "0.7", default-features = false }
38
quickcheck = "0.9"
39
rand = "0.7"
40
tempfile = "3"
41
timebomb = "0.1.2"
42
-nix = "0.15"
43
-compiletest_rs = { version = "0.3.10", features = ["stable"] }
+nix = "0.16"
+compiletest_rs = { version = "0.4.0", features = ["stable"] }
44
45
[[example]]
46
name = "helloworld_client"
0 commit comments