boon
boon copied to clipboard
Failed to build boon from source
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
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`