Skip to content

Commit 5e8e14e

Browse files
committed
Upgrade to rustdoc-types 0.56 and nightly-2025-10-18
1 parent c0fa18f commit 5e8e14e

File tree

4 files changed

+27
-17
lines changed

4 files changed

+27
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
RUSTFLAGS: -Dwarnings
1515
RUSTDOCFLAGS: -Dwarnings
1616
RUST_BACKTRACE: 1
17-
rust_version: nightly-2025-08-06
17+
rust_version: nightly-2025-10-18
1818

1919
jobs:
2020
fmt:

Cargo.lock

Lines changed: 24 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cargo_metadata = "0.19"
1313
clap = { version = "4.4.18", features = ["derive"] }
1414
owo-colors = { version = "4", features = ["supports-colors"] }
1515
pest = "2" # For pretty error formatting
16-
rustdoc-types = "0.55"
16+
rustdoc-types = "0.56"
1717
serde = { version = "1", features = ["derive"] }
1818
serde_json = "1"
1919
toml = "0.8"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "nightly-2025-08-06"
2+
channel = "nightly-2025-10-18"

0 commit comments

Comments
 (0)