File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,10 @@ matrix:
103103 rust : beta
104104 - os : linux
105105 env : TARGET=asmjs-unknown-emscripten
106- rust : beta
106+ rust : stable
107107 - os : linux
108108 env : TARGET=wasm32-unknown-emscripten
109- rust : beta
109+ rust : stable
110110
111111 # beta
112112 - os : linux
Original file line number Diff line number Diff line change @@ -460,7 +460,8 @@ fn main() {
460460 "setpgid" | "setpgrp" | "setspent" | "settimeofday" | "setxattr" | "shmat" |
461461 "shmctl" | "shmdt" | "shmget" | "sigaltstack" | "signalfd" | "sigsuspend" |
462462 "sigtimedwait" | "sigwait" | "sigwaitinfo" | "splice" | "sync_file_range" |
463- "syscall" | "sysinfo" | "tee" | "umount" | "umount2" | "unshare" | "vmsplice"
463+ "syscall" | "sysinfo" | "tee" | "umount" | "umount2" | "unshare" | "vmsplice" |
464+ "swapoff" | "vhangup" | "swapon" | "personality"
464465 if emscripten => true ,
465466
466467 // n if n.starts_with("epoll") && emscripten => true,
You can’t perform that action at this time.
0 commit comments