File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" v0.50.0 " ></a >
2
+ # [ v0.50.0] ( https://github.com/rust-lang/rustdoc-types/releases/tag/v0.50.0 ) - 2025-06-23
3
+
4
+ ** Breaking Change(??)** : ` #[cold] ` in ` Item::attrs ` is now ` "#[attr = Cold]" ` , instead of ` "#[cold]" `
5
+ ([ rust #142491 ] ( https://github.com/rust-lang/rust/pull/142491 ) ).
6
+
7
+ - Format Version: 50
8
+ - Upstream Commit: [ ` b9107a83a1ace3f292641977df70e9610e0e4482 ` ] ( https://github.com/rust-lang/rust/commit/b9107a83a1ace3f292641977df70e9610e0e4482 )
9
+ - Diff: [ v0.49.0...v0.50.0] ( https://github.com/rust-lang/rustdoc-types/compare/v0.49.0...v0.50.0 )
10
+
1
11
<a name =" v0.49.0 " ></a >
2
12
# [ v0.49.0] ( https://github.com/rust-lang/rustdoc-types/releases/tag/v0.49.0 ) - 2025-06-23
3
13
Original file line number Diff line number Diff line change 1
- 3c418ec505233927d562ff906d8eea309aee1905
1
+ b9107a83a1ace3f292641977df70e9610e0e4482
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustdoc-types"
3
- version = " 0.49 .0"
3
+ version = " 0.50 .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 optimize attributes changed
40
- pub const FORMAT_VERSION : u32 = 49 ;
39
+ // Latest feature: Pretty printing of cold attributes changed
40
+ pub const FORMAT_VERSION : u32 = 50 ;
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