ubuntu installation - unfamiliar with cargo TBH #4

Closed
opened 2026-02-16 04:15:06 -05:00 by yindo · 3 comments
Owner

Originally created by @bjpcjp on GitHub (Sep 5, 2025).

cargo install semtools
Updating crates.io index
error: failed to download semtools v1.2.1

Caused by:
unable to get packages from source

Caused by:
failed to download replaced source registry crates-io

Caused by:
failed to parse manifest at /home/bjpcjp/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semtools-1.2.1/Cargo.toml

Caused by:
feature edition2024 is required

The 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$

Originally created by @bjpcjp on GitHub (Sep 5, 2025). cargo install semtools Updating crates.io index error: failed to download `semtools v1.2.1` Caused by: unable to get packages from source Caused by: failed to download replaced source registry `crates-io` Caused by: failed to parse manifest at `/home/bjpcjp/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semtools-1.2.1/Cargo.toml` Caused by: feature `edition2024` is required The 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$
yindo closed this issue 2026-02-16 04:15:06 -05:00
Author
Owner

@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 update first

When I run cargo --version I have 1.88.0

@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 update` first When I run `cargo --version` I have 1.88.0
Author
Owner

@logan-markewich commented on GitHub (Sep 5, 2025):

(Hoping to add an npm based install soon!)

@logan-markewich commented on GitHub (Sep 5, 2025): (Hoping to add an npm based install soon!)
Author
Owner

@bjpcjp commented on GitHub (Sep 6, 2025):

Done. I'm at cargo v 1.89, and semtools installed correctly. Gracias!

@bjpcjp commented on GitHub (Sep 6, 2025): Done. I'm at cargo v 1.89, and semtools installed correctly. Gracias!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/semtools#4