-
Notifications
You must be signed in to change notification settings - Fork 9
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