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

Upgrade Rust to 1.76.0-nightly #4021

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

jgreat
Copy link
Contributor

@jgreat jgreat commented Dec 12, 2024

Highlights

  • Add retry config for flaky CI tests.
  • Update rust-version in Cargo.toml files.
  • update rocket to 0.5.1 and remove old clippy allow
  • Add clippy allow for #![feature(core_intrinsics)] in attest/core/src/lib.rs - I think we're using this here due to setting #![no_std] and needing the abs() function/method for f64. This is almost dead IAS code, so didn't think it was worth spending time and testing refactoring.

clippy::blocks-in-conditions - remove functions/closures that are in-line with match statements. I'm happy to change any of the variable names I made up when moving the closures.

  • consensus/enclave/trusted/src/lib.rs
  • fog/ledger/enclave/trusted/src/lib.rs
  • fog/ingest/enclave/trusted/src/lib.rs
  • fog/view/enclave/trusted/src/lib.rs
  • ledger/sync/src/ledger_sync/ledger_sync_service.rs

clippy::implied_bounds_in_impls

  • consensus/enclave/impl/src/constant_time_token_map.rs

Copy link

⚠️ Downstream repo mobilecoinofficial/android-bindings failed to build. Check actions status for details.

Copy link

⚠️ Downstream repo mobilecoinofficial/full-service failed to build. Check actions status for details.

@jgreat jgreat merged commit 69e4cb4 into main Dec 12, 2024
80 checks passed
@jgreat jgreat deleted the feature/jgreat/rust-1-76-0-nightly branch December 12, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants