deltachat-provider-overview 0.1.1

[DEPRECATED]: please use the renamed package https://crates.io/crates/deltachat-provider-database https://github.com/deltachat/provider-db
Build #187585 2019-09-25T12:22:33.257378+00:00
# rustc version
rustc 1.39.0-nightly (f0b58fcf0 2019-09-11)# docs.rs version
cratesfyi 0.6.0 (32074e7 2019-09-18)# build log
Updating crates.io index
Fresh lazy_static v1.4.0
Fresh linked-hash-map v0.5.2
Fresh regex-syntax v0.6.12
Fresh glob v0.3.0
Fresh thread_local v0.3.6
Fresh memchr v2.2.1
Fresh yaml-rust v0.4.3
Fresh aho-corasick v0.7.6
Fresh regex v1.3.1
Compiling deltachat-provider-overview v0.1.1
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/deltachat-provider-overview-0.1.1/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=8a245fa7c7b614a8 -C extra-filename=-8a245fa7c7b614a8 --out-dir /home/cratesfyi/cratesfyi/debug/build/deltachat-provider-overview-8a245fa7c7b614a8 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern glob=/home/cratesfyi/cratesfyi/debug/deps/libglob-8f5069f21e3e3a4c.rlib --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-a2aa3a179285ce27.rlib --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-c028d4e4c2e75331.rlib --extern yaml_rust=/home/cratesfyi/cratesfyi/debug/deps/libyaml_rust-89bf82f80f1b9c53.rlib --cap-lints allow`
error[E0514]: found crate `lazy_static` compiled by an incompatible version of rustc
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/deltachat-provider-overview-0.1.1/build.rs:2:1
|
2 | extern crate lazy_static;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: please recompile that crate using this compiler (rustc 1.37.0 (eae3437df 2019-08-13))
= note: the following crate versions were found:
crate `lazy_static` compiled by rustc 1.39.0-nightly (f0b58fcf0 2019-09-11): /home/cratesfyi/cratesfyi/debug/deps/liblazy_static-a2aa3a179285ce27.rlib

error: aborting due to previous error

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/deltachat-provider-overview-0.1.1/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=8a245fa7c7b614a8 -C extra-filename=-8a245fa7c7b614a8 --out-dir /home/cratesfyi/cratesfyi/debug/build/deltachat-provider-overview-8a245fa7c7b614a8 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern glob=/home/cratesfyi/cratesfyi/debug/deps/libglob-8f5069f21e3e3a4c.rlib --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-a2aa3a179285ce27.rlib --extern regex=/home/cratesfyi/cratesfyi/debug/deps/libregex-c028d4e4c2e75331.rlib --extern yaml_rust=/home/cratesfyi/cratesfyi/debug/deps/libyaml_rust-89bf82f80f1b9c53.rlib --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not compile `deltachat-provider-overview`.', src/bin/cratesfyi.rs:161:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.