From 33248e7e225f7e85b702b4ceb13dbc1696895dc4 Mon Sep 17 00:00:00 2001 From: Alona Enraght-Moony Date: Sun, 28 Jun 2026 13:53:59 +0100 Subject: [PATCH] Use 2024 edition Mirrors https://www.github.com/rust-lang/rust/pull/158488 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b9ce58..72e9d9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustdoc-types" version = "0.59.0" -edition = "2018" +edition = "2024" license = "MIT OR Apache-2.0" description = "Types for rustdoc's json output" repository = "https://github.com/rust-lang/rustdoc-types"