Skip to content

Commit b81d997

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

File tree

5 files changed

+28
-18
lines changed

5 files changed

+28
-18
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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ How to Use
3939
_Important:_ This tool requires a nightly build of Rust to be installed since it
4040
relies on the [rustdoc JSON
4141
output](https://github.com/rust-lang/rust/issues/76578), which hasn't been
42-
stabilized yet. The `main` branch was last tested against `nightly-2025-08-06`.
42+
stabilized yet. The `main` branch was last tested against `nightly-2025-10-18`.
4343
For info on what nightly version a specific release depends on, see the
4444
[releases](https://github.com/awslabs/cargo-check-external-types/releases) page.
4545

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)