-
Notifications
You must be signed in to change notification settings - Fork 13
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
Build Auxin-cli Error: failed to select a version for the requirement curve25519-dalek = "^2.0.0"
#219
Comments
Are you using rust nightly? |
Yes, I have.
cargo 1.63.0-nightly (a4c1cd0eb 2022-05-18)
…On Mon, May 23, 2022 at 10:20 AM cxloe ***@***.***> wrote:
Are you using rust nightly?
rustup default nightly
—
Reply to this email directly, view it on GitHub
<#219 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYCFIC6XN42PXBPXEM4ES3VLLTPTANCNFSM5WTDLQDA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think you’d need to bump the requirement to “^3.0.0” to match the version that’s found?
…-Gray
Sent from my iPad
On May 22, 2022, at 7:47 PM, Yu Qin ***@***.***> wrote:
Yes, I have.
cargo 1.63.0-nightly (a4c1cd0eb 2022-05-18)
On Mon, May 23, 2022 at 10:20 AM cxloe ***@***.***> wrote:
> Are you using rust nightly?
> rustup default nightly
>
> —
> Reply to this email directly, view it on GitHub
> <#219 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABYCFIC6XN42PXBPXEM4ES3VLLTPTANCNFSM5WTDLQDA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Oh! you're probably building from the |
Last line of Cargo.toml should read:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I run
cargo build --release
, follow error happens:error: failed to select a version for the requirement
curve25519-dalek = "^2.0.0"
candidate versions found which didn't match: 3.2.1
location searched: Git repository https://github.com/signalapp/curve25519-dalek.git?branch=lizard2
required by package
zkgroup v0.9.0 (https://github.com/signalapp/zkgroup?tag=v0.9.0#e6e53bf6)
... which satisfies git dependency
zkgroup
of packageauxin v0.2.0 (/Users/qinyu/job/alf/singal_bot/auxin/auxin)
I have tried both Mac and Linux, same error.
What can I do?
The text was updated successfully, but these errors were encountered: