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

Update Rust version 1.73 to 1.75 for Ubuntu Dockerfiles #8043

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

ShahanaFarooqui
Copy link
Collaborator

After merging the Rust-based clnrest plugin into the master, all three reproducible build scripts failed with the following error:

error: package `socketioxide v0.15.1` cannot be built because it requires rustc 1.75.0 or newer, while the currently active rustc version is 1.73.0
Either upgrade to rustc 1.75.0 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `socketioxide` supporting rustc 1.73.0
make: *** [plugins/Makefile:304: target/release/clnrest] Error 101

To resolve this, we can either downgrade socketioxide to v0.11.1, which is compatible with Rust >=v1.67 OR Upgrade Rust to v1.75.

Since the latest Rust version is 1.84, upgrading to 1.75 seems like a reasonable choice, as it is already 13 months old.

Changelog-None.

After merging the Rust-based `clnrest` plugin into the master, all three reproducible build scripts failed with the following error:

```
error: package `socketioxide v0.15.1` cannot be built because it requires rustc 1.75.0 or newer, while the currently active rustc version is 1.73.0
Either upgrade to rustc 1.75.0 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `socketioxide` supporting rustc 1.73.0
make: *** [plugins/Makefile:304: target/release/clnrest] Error 101
```

To resolve this, we can either downgrade `socketioxide` to `v0.11.1`, which is compatible with `Rust >=v1.67` OR Upgrade Rust to `v1.75`.

Since the latest Rust version is `1.84`, upgrading to `1.75` seems like a reasonable choice, as it is already 13 months old.

Changelog-None.
@ShahanaFarooqui ShahanaFarooqui added this to the v25.02 milestone Jan 30, 2025
@rustyrussell rustyrussell merged commit 0db282a into master Jan 30, 2025
43 checks passed
@rustyrussell rustyrussell deleted the rust-update-for-repro-builds branch January 30, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants