boon icon indicating copy to clipboard operation
boon copied to clipboard

Failed to build boon from source

Open mikumikudice opened this issue 4 years ago • 1 comments

I'm trying to build the program from the cloned repo and I'm getting the fallowing error (using both cargo and rustc 1.26):

warning: unused manifest key: package.edition
error: failed to parse lock file at: /home/mmd/Programs/boon/Cargo.lock

Caused by:
  invalid serialized PackageId for key `package.dependencies`

Both build and build --release fail

mikumikudice avatar Oct 11 '21 19:10 mikumikudice

Deleting the Cargo.lock file and trying to build again or use cargo update returns the fallowing:

error: no matching package named `native-tls-crate` found                       
location searched: registry `https://github.com/rust-lang/crates.io-index`
required by package `reqwest v0.11.4`

mikumikudice avatar Oct 11 '21 20:10 mikumikudice