rocket_contrib 0.2.9

Community contributed libraries for the Rocket web framework.
Build #64527 2017-07-10T05:22:42.766220+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.1 (003e49d 2017-06-08)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rocket_contrib v0.2.9
Downloading rocket v0.2.9
Fresh typeable v0.1.2
Fresh traitobject v0.1.0
Fresh term v0.4.6
Fresh byteorder v1.1.0
Fresh unicode-normalization v0.1.5
Fresh language-tags v0.2.2
Fresh state v0.2.2
Fresh itoa v0.3.1
Fresh dtoa v0.4.1
Fresh version_check v0.1.2
Fresh base64 v0.5.2
Fresh libc v0.2.26
Fresh term-painter v0.2.3
Fresh num-traits v0.1.39
Fresh percent-encoding v1.0.0
Fresh toml v0.2.1
Fresh httparse v1.2.3
Fresh serde v0.9.15
Fresh memchr v1.0.1
Fresh num_cpus v1.6.2
Fresh time v0.1.38
Fresh log v0.3.8
Fresh matches v0.1.6
Compiling yansi v0.3.0
Fresh serde_json v0.9.10
Fresh mime v0.2.6
Fresh unicode-bidi v0.3.4
Running `rustc --crate-name yansi .cargo/registry/src/github.com-1ecc6299db9ec823/yansi-0.3.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4c53ca5574a67056 -C extra-filename=-4c53ca5574a67056 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh unicase v1.4.2
Fresh idna v0.1.2
Fresh url v1.5.1
Compiling cookie v0.6.2
Fresh hyper v0.10.12
Running `rustc --crate-name cookie .cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.6.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="url"' --cfg 'feature="percent-encode"' -C metadata=d1883c2ce4c1177b -C extra-filename=-d1883c2ce4c1177b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-b572e7c6234799ac.rlib --extern-version time=time,0.1.38 --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-48548ecad34cbebc.rlib --extern-version url=url,1.5.1 --cap-lints allow`
Compiling rocket v0.2.9
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/rocket-0.2.9/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=b40457faa7030676 -C extra-filename=-b40457faa7030676 --out-dir /home/cratesfyi/cratesfyi/debug/build/rocket-b40457faa7030676 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern yansi=/home/cratesfyi/cratesfyi/debug/deps/libyansi-4c53ca5574a67056.rlib --extern-version yansi=yansi,0.3.0 --extern version_check=/home/cratesfyi/cratesfyi/debug/deps/libversion_check-2b79b50ed3fe47cf.rlib --extern-version version_check=version_check,0.1.2 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/rocket-b40457faa7030676/build-script-build`
error: failed to run custom build command for `rocket v0.2.9`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/rocket-b40457faa7030676/build-script-build` (exit code: 101)
--- stderr
Error: Rocket requires a more recent version of rustc.
Use `rustup update` or your preferred method to update Rust.
Installed version is: 1.19.0-dev (2017-05-31). Minimum required: 1.20.0-nightly (2017-07-09).
thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', .cargo/registry/src/github.com-1ecc6299db9ec823/rocket-0.2.9/build.rs:50
note: Run with `RUST_BACKTRACE=1` for a backtrace.

thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.