arxanas / scm-record

`scm-record` is a UI component to interactively select changes to include in a commit. It's meant to be embedded in source control tooling.
23 stars 9 forks source link

cargo install --locked scm-diff-editor failure #59

Open s4uliu5 opened 2 months ago

s4uliu5 commented 2 months ago

Description of the bug

Following README.md

cargo install --locked scm-diff-editor

fails to install scm-diff-editor.

Expected behavior

Successful installation.

Actual behavior

$ cargo install --locked scm-diff-editor
    Updating crates.io index
error: could not find `scm-diff-editor` in registry `crates-io` with version `*`

Version of rustc

rustc 1.74.1 (a28077b28 2023-12-04)

arxanas commented 2 months ago

Sorry for the confusion. That'll be the way to install it once it's released to crates.io. For now, you can install from source by adding --git https://github.com/arxanas/scm-record to your invocation.