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

chore: switch to stable rust versions #2093

Merged
merged 8 commits into from
Nov 6, 2024
Merged

chore: switch to stable rust versions #2093

merged 8 commits into from
Nov 6, 2024

Conversation

Riateche
Copy link
Contributor

@Riateche Riateche commented Nov 5, 2024

  • Switch Hermes and Fortuna to latest stable Rust version.
  • Change CI configuration to use the Rust version corresponding to rust-toolchain files in each project (excluding cargo fmt for now).
  • Apply automatic clippy fixes.

Copy link

vercel bot commented Nov 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 11:04am
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 11:04am
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 11:04am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Ignored (Inspect) Visit Preview Nov 6, 2024 11:04am
insights ⬜️ Ignored (Inspect) Visit Preview Nov 6, 2024 11:04am

@@ -300,8 +299,8 @@ async fn retrieve_message_state(

// Get the first element that is greater than or equal to the lookup time.
key_cache
.lower_bound(Bound::Included(&lookup_time))
.peek_next()
.range(lookup_time..)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@Riateche Riateche merged commit ed0f273 into main Nov 6, 2024
11 checks passed
@Riateche Riateche deleted the rust-stable branch November 6, 2024 14:31
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