Skip to content

Commit 74e3570

Browse files
committed
Auto merge of #454 - alexcrichton:bump-rust, r=posborne
Bump minimum supported version of Rust Many crates are coalescing around 1.9.0 with the stabilization of `std::panic`, and it helps remove the build script w/ rustc version parsing for now as well.
2 parents 652e730 + 81c42de commit 74e3570

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ exclude = [
1414
"test/**/*"
1515
]
1616

17-
build = "build.rs"
18-
1917
[features]
2018
eventfd = []
2119
execvpe = []
@@ -28,10 +26,6 @@ bitflags = "0.4"
2826
cfg-if = "0.1.0"
2927
void = "1.0.2"
3028

31-
[build-dependencies]
32-
rustc_version = "0.1.7"
33-
semver = "0.1.20" # Old version for compatibility with rustc_version.
34-
3529
[dev-dependencies]
3630
rand = "0.3.8"
3731
tempdir = "0.3"

build.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/sys/signal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ impl AsRef<libc::sigset_t> for SigSet {
311311
}
312312

313313
#[allow(unknown_lints)]
314-
#[cfg_attr(not(raw_pointer_derive_allowed), allow(raw_pointer_derive))]
315314
#[derive(Clone, Copy, PartialEq)]
316315
pub enum SigHandler {
317316
SigDfl,

0 commit comments

Comments
 (0)