16 lines
1.4 KiB
Text
16 lines
1.4 KiB
Text
Updating crates.io index
|
|
error: failed to select a version for `libsqlite3-sys`.
|
|
... required by package `sqlx-sqlite v0.7.0`
|
|
... which satisfies dependency `sqlx-sqlite = "=0.7.0"` of package `sqlx v0.7.0`
|
|
... which satisfies dependency `sqlx = "^0.7"` of package `veza-common v0.1.0 (/home/senke/git/talas/veza/veza-common)`
|
|
... which satisfies path dependency `veza-common` of package `chat_server v0.2.0 (/home/senke/git/talas/veza/veza-chat-server)`
|
|
versions that meet the requirements `^0.26.0` are: 0.26.0
|
|
|
|
package `libsqlite3-sys` links to the native library `sqlite3`, but it conflicts with a previous package which links to `sqlite3` as well:
|
|
package `libsqlite3-sys v0.30.1`
|
|
... which satisfies dependency `libsqlite3-sys = "^0.30.1"` of package `sqlx-sqlite v0.8.6`
|
|
... which satisfies dependency `sqlx-sqlite = "=0.8.6"` of package `sqlx v0.8.6`
|
|
... which satisfies dependency `sqlx = "^0.8.6"` of package `chat_server v0.2.0 (/home/senke/git/talas/veza/veza-chat-server)`
|
|
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
|