mirror of
https://github.com/run-llama/semtools.git
synced 2026-07-21 19:25:23 -04:00
ubuntu installation - unfamiliar with cargo TBH #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bjpcjp on GitHub (Sep 5, 2025).
cargo install semtools
Updating crates.io index
error: failed to download
semtools v1.2.1Caused by:
unable to get packages from source
Caused by:
failed to download replaced source registry
crates-ioCaused by:
failed to parse manifest at
/home/bjpcjp/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semtools-1.2.1/Cargo.tomlCaused by:
feature
edition2024is requiredThe package requires the Cargo feature called
edition2024, but that feature is not stabilized in this version of Cargo (1.75.0).Consider trying a more recent nightly release.
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.
(venv) bjpcjp@Sword15-A12UE:~/projects$
@logan-markewich commented on GitHub (Sep 5, 2025):
@bjpcjp seems like your cargo install is out of date?
I think you just need to run
rustup updatefirstWhen I run
cargo --versionI have 1.88.0@logan-markewich commented on GitHub (Sep 5, 2025):
(Hoping to add an npm based install soon!)
@bjpcjp commented on GitHub (Sep 6, 2025):
Done. I'm at cargo v 1.89, and semtools installed correctly. Gracias!