Skip to content

Commit 303a83e

Browse files
authored
Update to edition 2024 (#2931)
* Upgrade to edition 2024 * Explicit unsafe * Fix keywords and unnecessery ref modifiers * Fix lifetime * Update lock * Cargo fmt * Update CI prev
1 parent 536cadb commit 303a83e

File tree

607 files changed

+1407
-1346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

607 files changed

+1407
-1346
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
# Note: It is not possible to define env vars in composite actions.
3232
# To work around this issue we use inputs and define all the env vars here.
3333

34-
RUST_PREVIOUS_VERSION: 1.84.0
34+
RUST_PREVIOUS_VERSION: 1.85.0
3535

3636
# Cargo
3737
CARGO_TERM_COLOR: "always"

0 commit comments

Comments
 (0)