File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ <a name =" v0.46.1 " ></a >
2+ # [ v0.46.1] ( https://github.com/rust-lang/rustdoc-types/releases/tag/v0.46.1 ) - 2025-06-05
3+
4+ ** Build Time Improvement** : Depend seperatly on ` serde ` and ` serde_derive `
5+ (rather than depeding on ` serde ` with the ` "derive" ` feature). This lets them be
6+ built in parallel, yielding faster compile times
7+ ([ #49 ] ( https://github.com/rust-lang/rustdoc-types/pull/49 ) ,
8+ [ rust #141989 ] ( https://github.com/rust-lang/rust/pull/141989 ) ).
9+
10+ - Format Version: 46
11+ - Upstream Commit: [ ` 763663ad56672b0f0635ad25c0c1a52e7773e0b9 ` ] ( https://github.com/rust-lang/rust/commit/763663ad56672b0f0635ad25c0c1a52e7773e0b9 )
12+ - Diff: [ v0.46.0...v0.46.1] ( https://github.com/rust-lang/rustdoc-types/compare/v0.46.0...v0.46.1 )
13+
114<a name =" v0.46.0 " ></a >
215# [ v0.46.0] ( https://github.com/rust-lang/rustdoc-types/releases/tag/v0.46.0 ) - 2025-06-03
316
Original file line number Diff line number Diff line change 1- 6be3c3ceb7351677999c661dfba0110992b37132
1+ 763663ad56672b0f0635ad25c0c1a52e7773e0b9
Original file line number Diff line number Diff line change 11[package ]
22name = " rustdoc-types"
3- version = " 0.46.0 "
3+ version = " 0.46.1 "
44edition = " 2018"
55license = " MIT OR Apache-2.0"
66description = " Types for rustdoc's json output"
77repository = " https://github.com/rust-lang/rustdoc-types"
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99
1010[dependencies ]
11- serde = {version =" 1" }
12- serde_derive = {version =" 1" }
11+ serde = {version =" 1.0.186 " }
12+ serde_derive = {version =" 1.0.186 " }
1313rustc-hash = {version =" 2" , optional =true }
1414
1515[features ]
You can’t perform that action at this time.
0 commit comments