File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ <a name =" v0.34.0 " ></a >
2+ # [ v0.34.0] ( https://github.com/aDotInTheVoid/rustdoc-types/releases/tag/v0.34.0 ) - 2025-01-15
3+
4+ ** Breaking Change** : The ` Path::name ` now only holds item name rather than full name
5+
6+ - Format Version: 38
7+ - Upstream Commit: [ ` 2c4aee92fa65e74f23ad7853937db8d2c4bfa6c8 ` ] ( https://github.com/rust-lang/rust/commit/2c4aee92fa65e74f23ad7853937db8d2c4bfa6c8 )
8+ - Diff: [ v0.33.0...v0.34.0] ( https://github.com/aDotInTheVoid/rustdoc-types/compare/v0.33.0...v0.34.0 )
9+
110<a name =" v0.33.0 " ></a >
211# [ v0.33.0] ( https://github.com/aDotInTheVoid/rustdoc-types/releases/tag/v0.33.0 ) - 2024-12-03
312
Original file line number Diff line number Diff line change 1- f33dba028704d108497b8c06943b9bbc3d14c42b
1+ 2c4aee92fa65e74f23ad7853937db8d2c4bfa6c8
Original file line number Diff line number Diff line change 11[package ]
22name = " rustdoc-types"
3- version = " 0.33 .0"
3+ version = " 0.34 .0"
44edition = " 2018"
55license = " MIT OR Apache-2.0"
66description = " Types for rustdoc's json output"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ use serde::{Deserialize, Serialize};
2929/// This integer is incremented with every breaking change to the API,
3030/// and is returned along with the JSON blob as [`Crate::format_version`].
3131/// Consuming code should assert that this value matches the format version(s) that it supports.
32- pub const FORMAT_VERSION : u32 = 37 ;
32+ pub const FORMAT_VERSION : u32 = 38 ;
3333
3434/// The root of the emitted JSON blob.
3535///
You can’t perform that action at this time.
0 commit comments