Closed
Description
Hi,
I have a problem when I try to use the project as depencency like
couchbase-lite = { git = "https://github.com/Dushistov/couchbase-lite-rust.git"}
The cargo build is ko with this error : error: no matching package named
couchbase-lite-core-sysfound location searched: registry
https://github.com/rust-lang/crates.io-index`
required by package couchbase-lite v0.3.1 (https://github.com/Dushistov/couchbase-lite-rust.git#ec6390bb)
`
My cargo version is : cargo 1.45.1
It seem to be linked with the couchbase-lite module and sys dependency : couchbase-lite-core-sys = "0.2.2", in the old version of the project the dependency was referenced with the relative path and my build was ok.
Do I miss something ?
Thanks
Metadata
Metadata
Assignees
Labels
No labels