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
+
1
14
<a name =" v0.46.0 " ></a >
2
15
# [ v0.46.0] ( https://github.com/rust-lang/rustdoc-types/releases/tag/v0.46.0 ) - 2025-06-03
3
16
Original file line number Diff line number Diff line change 1
- 6be3c3ceb7351677999c661dfba0110992b37132
1
+ 763663ad56672b0f0635ad25c0c1a52e7773e0b9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustdoc-types"
3
- version = " 0.46.0 "
3
+ version = " 0.46.1 "
4
4
edition = " 2018"
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Types for rustdoc's json output"
7
7
repository = " https://github.com/rust-lang/rustdoc-types"
8
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
9
10
10
[dependencies ]
11
- serde = {version =" 1" }
12
- serde_derive = {version =" 1" }
11
+ serde = {version =" 1.0.186 " }
12
+ serde_derive = {version =" 1.0.186 " }
13
13
rustc-hash = {version =" 2" , optional =true }
14
14
15
15
[features ]
You can’t perform that action at this time.
0 commit comments