mobilecoinofficial / auxin

Developer friendly wrapper around the Signal Messenger protocol.
GNU Affero General Public License v3.0
8 stars 8 forks source link

error: failed to select a version for the requirement `curve25519-dalek = "^2.0.0"` #71

Open technillogue opened 2 years ago

technillogue commented 2 years ago

crossposting https://github.com/mobilecoinofficial/forest/issues/219

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 package auxin v0.2.0 (/Users/qinyu/job/alf/singal_bot/auxin/auxin)

iamalwaysuncomfortable commented 2 years ago

Also confirmed to have this issue