Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped Rust Version #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Bumped Rust Version #102

wants to merge 2 commits into from

Conversation

W4ff1e
Copy link

@W4ff1e W4ff1e commented Feb 14, 2025

Bumped to rust toolchain version and the alpine verison.

@artimonist
Copy link

artimonist commented Feb 28, 2025

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.76.0 (c84b36747 2024-01-18)).
Consider trying a newer version of Cargo (this may require the nightly release).
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.

Cargo.toml

rust-version = "1.85.0"
edition = "2024"

@W4ff1e
Copy link
Author

W4ff1e commented Feb 28, 2025

I'm not sure what this is referring to?

@artimonist
Copy link

rust has updated to 1.85.0, suggest to use:

FROM rust:1.85.0-alpine3.20

@W4ff1e
Copy link
Author

W4ff1e commented Feb 28, 2025

Ahh, gotcha. I'll get this updated.

@W4ff1e
Copy link
Author

W4ff1e commented Feb 28, 2025

@Douile Can we get this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants