This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Are there updated install steps available? #372
Open
Description
The tool doesn't seem to build successfully when using the instructions given in the README.
brew install cmake
rustup install nightly-2022-08-03
rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2022-08-03
cargo +nightly-2022-08-03 install --git https://github.com/rust-lang/rust-semverver
The build fails with several similar errors:
error[E0658]: `let...else` statements are unstable
--> /Users/nfiedler/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-0.67.1/src/cargo/sources/git/known_hosts.rs:92:5
|
92 | / let Some(host_key) = cert.as_hostkey() else {
93 | | // Return passthrough for TLS X509 certificates to use whatever validation
94 | | // was done in git2.
95 | | return Ok(CertificateCheckStatus::CertificatePassthrough)
96 | | };
| |______^
|
= note: see issue #87335 <https://github.com/rust-lang/rust/issues/87335> for more information
= help: add `#![feature(let_else)]` to the crate attributes to enable
Any help would be appreciated, thank you.
Metadata
Metadata
Assignees
Labels
No labels