We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08d4488 + 558d892 commit b6ab2f0Copy full SHA for b6ab2f0
.travis.yml
@@ -233,8 +233,6 @@ matrix:
233
234
235
allow_failures:
236
- # FIXME: https://github.com/rust-lang/libc/issues/1226
237
- - env: TARGET=asmjs-unknown-emscripten
238
- name: "Semver Linux"
239
- name: "Semver MacOSX"
240
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libc"
3
-version = "0.2.55"
+version = "0.2.56"
4
authors = ["The Rust Project Developers"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
0 commit comments