Skip to content

Commit 8a2a1ea

Browse files
authored
chore: update to rust 1.85 and 2024 edition (#1088)
1 parent d4bbd65 commit 8a2a1ea

Some content is hidden

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

49 files changed

+1265
-978
lines changed

.github/workflows/ci-lint-deps/action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ runs:
55
- name: Install Rust (nightly)
66
uses: dtolnay/rust-toolchain@master
77
with:
8-
toolchain: nightly-2025-01-02
8+
toolchain: nightly-2025-02-25
99
- name: Lint deps
1010
shell: bash
1111
run: |
1212
cargo install cargo-machete --locked
1313
cargo machete
14-
cargo install [email protected].54 --locked
15-
cargo +nightly-2025-01-02 udeps
14+
cargo install [email protected].55 --locked
15+
cargo +nightly-2025-02-25 udeps

Cargo.lock

+42-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414

1515
[workspace.package]
1616
authors = ["the Deno authors"]
17-
edition = "2021"
17+
edition = "2024"
1818
license = "MIT"
1919
repository = "https://github.com/denoland/deno_core"
2020

0 commit comments

Comments
 (0)