refactor(lib): remove build script detecting rust >= 1.34
This commit is contained in:
@@ -18,7 +18,7 @@ include = [
|
||||
"Cargo.toml",
|
||||
"LICENSE",
|
||||
"src/**/*",
|
||||
"build.rs",
|
||||
#"build.rs",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
@@ -47,9 +47,6 @@ tokio-threadpool = { git = "https://github.com/tokio-rs/tokio", optional = true
|
||||
tokio-timer = { git = "https://github.com/tokio-rs/tokio", optional = true }
|
||||
want = { git = "https://github.com/seanmonstar/want", branch = "std-future" }
|
||||
|
||||
[build-dependencies]
|
||||
rustc_version = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
#futures-timer = "0.1"
|
||||
num_cpus = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user