-
Notifications
You must be signed in to change notification settings - Fork 9
no matching package named couchbase-lite-core-sys
found
#41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The relative path cause some problems in long run, in some cases c++ dependency should So you need reference both crates in your Cargo.toml,
|
If I try your solution I have this problem : my cargo.toml :
|
I forgot to say, this is not dependicies section, in dependency section you need only specify |
Yes, and me I forgot to ask you if the patch section can solve the problem ^^. So it solve it ^^, thanks!. The patch section of the couchbase-lite-rust is to be copied globally or is it automatically inherited? |
If you mean this: couchbase-lite-rust/Cargo.toml Line 5 in ec6390b
then no, it is not inherited. http and tungstenite are important if you use replication. |
Ok so as I use replication I must add those patch lines in my project until your patches are accepted. |
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
The text was updated successfully, but these errors were encountered: