File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v0.53.0 " ></a >
2
+ # [ v0.53.0] ( https://github.com/rust-lang/rustdoc-types/releases/tag/v0.53.0 ) - 2025-06-23
3
+
4
+ ** No Changes** : Due to a mistake, we bumped the ` FORMAT_VERSION ` without changing rustdoc's output.
5
+
6
+ - Format Version: 53
7
+ - Upstream Commit: [ ` 2084831cd54eb603fec6cd85ebd9d1426b09f628 ` ] ( https://github.com/rust-lang/rust/commit/2084831cd54eb603fec6cd85ebd9d1426b09f628 )
8
+ - Diff: [ v0.52.0...v0.53.0] ( https://github.com/rust-lang/rustdoc-types/compare/v0.52.0...v0.53.0 )
9
+
1
10
<a name =" v0.52.0 " ></a >
2
11
# [ v0.52.0] ( https://github.com/rust-lang/rustdoc-types/releases/tag/v0.52.0 ) - 2025-06-23
3
12
Original file line number Diff line number Diff line change 1
- b24df424888d9db3a22d6d52f3f516e29d5be21a
1
+ 2084831cd54eb603fec6cd85ebd9d1426b09f628
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustdoc-types"
3
- version = " 0.52 .0"
3
+ version = " 0.53 .0"
4
4
edition = " 2018"
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Types for rustdoc's json output"
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ use serde_derive::{Deserialize, Serialize};
36
36
// will instead cause conflicts. See #94591 for more. (This paragraph and the "Latest feature" line
37
37
// are deliberately not in a doc comment, because they need not be in public docs.)
38
38
//
39
- // Latest feature: Pretty printing of must_use attributes changed
40
- pub const FORMAT_VERSION : u32 = 52 ;
39
+ // Latest feature: Pretty printing of no_mangle attributes changed
40
+ pub const FORMAT_VERSION : u32 = 53 ;
41
41
42
42
/// The root of the emitted JSON blob.
43
43
///
You can’t perform that action at this time.
0 commit comments