-
Notifications
You must be signed in to change notification settings - Fork 280
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
Conflicting implementations on 0.8.1, time for release? #630
Comments
I wouldn't mind releasing, but if 0.8.1 is failing to compile, then we need to fix that. Can you try again with |
It happens for example in elements-miniscript cargo -v build
|
Can you post an exact version of rust-elements and a lockfile somewhere? I cannot reproduce this. |
I can reproduce like this:
|
Still cannot reproduce. I tried in a fresh workspace, with a fresh clone, with your lockfile, with 1.70, with 1.71, it always suceeds. |
Oh, I tried on another machine and everything went smoothly. So it's my issue. Sorry for the noise. I'll post here if I find the issue on my local env. |
No worries! I had something similar recently when I was trying to patch a Cargo.toml, but then I was editing the dependency rather than using Not sure what to make of this one. Would definitely be curious to find out. |
I solved removing I think using vscode I have inadvertently changed some source files thinking to operate on my git dir instead I was changing the downloaded registry |
Ok, cool, that makes sense. Though a little unfortunate that the tooling didn't notice. We had a similar-seeming issue at rust-lang/cargo#11897 and it seems to be unclear whether this is expected behavior. |
BTW. |
f6d0667 rust-elements 0.22.0 -> 0.23.0 (Riccardo Casatta) Pull request description: Draft because requires: * release rust-elements 0.32 ElementsProject/rust-elements#170 * ~~ElementsProject/rust-elements#169 * ~~rust-bitcoin/rust-secp256k1#630 Top commit has no ACKs. Tree-SHA512: 2986d7a32b7c2917343205d8d319ffa91eac7e255e126a27c3cb354485c10d441caaa3e5ce8b4b8b932b5081da5e2f428d912c56a78482d0e8862d0261b379af
In a downstream crate I have this kind of errors:
with also the following types: RecoverableSignature, PublicKey, Signature, Signature
this appears to be fixed if I add to my Cargo.toml:
So I guess we just need to release a new version?
The text was updated successfully, but these errors were encountered: