Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# pre-build errors
uncategorized prepare error
Caused by:
command failed: exit status: 101
Updating crates.io index
error: failed to select a version for `libsqlite3-sys`.
... required by package `stack_epic_wallet_impls v3.6.0 (/home/cratesfyi/workspace-builder/builds/stack_epic_wallet_impls-3.6.0/source)`
versions that meet the requirements `>=0.8.0, <0.13.0` are: 0.12.0, 0.11.1, 0.11.0, 0.10.0, 0.9.4, 0.9.3, 0.9.1, 0.9.0, 0.8.1, 0.8.0
package `libsqlite3-sys` links to the native library `sqlite3`, but it conflicts with a previous package which links to `sqlite3` as well:
package `sqlite3-src v0.5.0`
... which satisfies dependency `sqlite3-src = "^0.5"` of package `sqlite3-sys v0.15.0`
... which satisfies dependency `sqlite3-sys = "^0.15"` of package `sqlite v0.31.1`
... which satisfies dependency `sqlite = "^0.31.1"` of package `stack_epic_wallet_impls v3.6.0 (/home/cratesfyi/workspace-builder/builds/stack_epic_wallet_impls-3.6.0/source)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "sqlite3"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.
failed to select a version for `libsqlite3-sys` which could resolve this conflict
Stack backtrace:
0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
1: rustwide::prepare::Prepare::capture_lockfile
2: rustwide::prepare::Prepare::prepare
3: rustwide::build::BuildDirectory::run
4: docs_rs::docbuilder::rustwide_builder::RustwideBuilder::build_package
5: prometheus::histogram::Histogram::observe_closure_duration
6: docs_rs::utils::queue_builder::queue_builder
7: cratesfyi::main
8: std::sys::backtrace::__rust_begin_short_backtrace
9: std::rt::lang_start::{{closure}}
10: std::rt::lang_start_internal
11: main
12: __libc_start_main
at /build/glibc-uZu3wS/glibc-2.27/csu/../csu/libc-start.c:310:0
13: _start