We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfee18f + 2d932dc commit 6e0c18cCopy full SHA for 6e0c18c
Makefile.in
@@ -1,8 +1,8 @@
1
CFG_RELEASE_NUM=0.16.0
2
CFG_RELEASE_LABEL=
3
4
-OPENSSL_VERS=1.0.2j
5
-OPENSSL_SHA256=e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431
+OPENSSL_VERS=1.0.2k
+OPENSSL_SHA256=6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0
6
7
include config.mk
8
tests/cargotest/lib.rs
@@ -15,9 +15,6 @@ extern crate url;
15
#[cfg(windows)] extern crate kernel32;
16
#[cfg(windows)] extern crate winapi;
17
18
-#[macro_use]
19
-extern crate log;
20
-
21
use cargo::util::Rustc;
22
use std::ffi::OsStr;
23
use std::time::Duration;
0 commit comments