Skip to content

Commit 1e8703f

Browse files
committed
Rust 2018 edition
1 parent cc48199 commit 1e8703f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "intel-mkl-src"
33
version = "0.4.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
5+
edition = "2018"
56

67
description = "Redistribution of Intel(R) MKL as a crate"
78
repository = "https://github.com/termoshtt/rust-intel-mkl"

build.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
extern crate failure;
24-
extern crate pkg_config;
25-
extern crate reqwest;
26-
extern crate tar;
27-
extern crate xz2;
28-
2923
use failure::*;
3024
use std::{env, fs, io, path::*};
3125

0 commit comments

Comments
 (0)