bincode-no-std 1.0.0

A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!
Build #92075 2018-03-16T15:27:01.998197+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading bincode-no-std v1.0.0
Fresh byteorder v1.2.1
Fresh semver v0.1.20
Compiling serde v1.0.33
Fresh rustc_version v0.1.7
Running `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.33/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="unstable"' --cfg 'feature="alloc"' -C metadata=4c486c9fa6663c0a -C extra-filename=-4c486c9fa6663c0a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling core_io v0.1.20180307
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/core_io-0.1.20180307/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="collections"' -C metadata=c7e5cef3a64d9985 -C extra-filename=-c7e5cef3a64d9985 --out-dir /home/cratesfyi/cratesfyi/debug/build/core_io-c7e5cef3a64d9985 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_version=/home/cratesfyi/cratesfyi/debug/deps/librustc_version-202f51e3df689ea3.rlib --extern-version rustc_version=rustc_version,0.1.7 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/core_io-c7e5cef3a64d9985/build-script-build`
error: failed to run custom build command for `core_io v0.1.20180307`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/core_io-c7e5cef3a64d9985/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Unknown compiler version, upgrade core_io?', libcore/option.rs:917:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.