Ive been having an issue building version 1.9.1-1
error: failed to load manifest for workspace member `~/.cache/paru/clone/gleam/src/gleam-1.9.1/gleam-bin`
referenced by workspace at `~/.cache/paru/clone/gleam/src/gleam-1.9.1/Cargo.toml`
Caused by:
failed to parse manifest at `~/.cache/paru/clone/gleam/src/gleam-1.9.1/gleam-bin/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.85.0-nightly (66221abde 2024-11-19)).
Consider adding `cargo-features = ["edition2024"]` to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature.
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'gleam-1.9.1-1':
error: packages failed to build: gleam-1.9.1-1
It got resolved by running rustup update
. i didn't think it was using my local rust version or whatever.
Worm regards, John
Pinned Comments
xyproto commented on 2024-09-03 21:53 (UTC)
@tleican I'm planning to move this package to [extra], and adopt+maintain it there, if you don't mind.