core icon indicating copy to clipboard operation
core copied to clipboard

cargo vendor fails with "found duplicate version of package `encoded-words v0.2.0`"

Open dotlambda opened this issue 3 years ago • 1 comments

Running cargo vendor on 50e53f2c8293314ca535711ebb109a050e8ea133 fails with

error: failed to sync

Caused by:
  found duplicate version of package `encoded-words v0.2.0` vendored from two sources:

  	source 1: registry `crates-io`
  	source 2: https://github.com/async-email/encoded-words?branch=master#d55366b3

This prevents me from updating libdeltachat in Nixpkgs. See https://github.com/NixOS/nixpkgs/issues/30742.

dotlambda avatar Aug 09 '22 14:08 dotlambda

the flatpak also has problems with this: https://github.com/flathub/chat.delta.desktop/pull/95

Simon-Laux avatar Aug 12 '22 12:08 Simon-Laux