Skip to content

Commit 5164ba0

Browse files
committed
Update to Rust 2018
1 parent 60a81f3 commit 5164ba0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "finalfrontier-python"
33
version = "0.1.0"
44
authors = ["Daniël de Kok <[email protected]>"]
5+
edition = "2018"
56

67
[lib]
78
name = "finalfrontier"

src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#![feature(specialization)]
22

3-
extern crate failure;
4-
extern crate finalfrontier;
5-
extern crate ndarray;
6-
extern crate pyo3;
7-
83
use std::fs::File;
94
use std::io::BufReader;
105
use std::rc::Rc;

0 commit comments

Comments
 (0)