Skip to content

Commit b6ab2f0

Browse files
committed
Auto merge of #1374 - gnzlbg:cleanup_asmjs, r=gnzlbg
Cleanup asmjs
2 parents 08d4488 + 558d892 commit b6ab2f0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ matrix:
233233

234234

235235
allow_failures:
236-
# FIXME: https://github.com/rust-lang/libc/issues/1226
237-
- env: TARGET=asmjs-unknown-emscripten
238236
- name: "Semver Linux"
239237
- name: "Semver MacOSX"
240238

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.55"
3+
version = "0.2.56"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)