diff --git a/.travis.yml b/.travis.yml index 0948da72fca098d5222e0fb8f14b8dad387713fd..ea5e0ac5931874c6264db179b15cc9fee3812126 100644 --- a/.travis.yml +++ b/.travis.yml @@ -233,8 +233,6 @@ matrix: allow_failures: - # FIXME: https://github.com/rust-lang/libc/issues/1226 - - env: TARGET=asmjs-unknown-emscripten - name: "Semver Linux" - name: "Semver MacOSX" diff --git a/Cargo.toml b/Cargo.toml index b40aff9ed2b6d7606d5efaaaffc977accc6daab0..b30642f0a6b5e2498a2186c343eb06b1a133c51f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.55" +version = "0.2.56" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"