Skip to content

Commit d7f859a

Browse files
committed
v0.46.1
1 parent 2694972 commit d7f859a

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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

COMMIT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6be3c3ceb7351677999c661dfba0110992b37132
1+
763663ad56672b0f0635ad25c0c1a52e7773e0b9

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "rustdoc-types"
3-
version = "0.46.0"
3+
version = "0.46.1"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
description = "Types for rustdoc's json output"
77
repository = "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"}
1313
rustc-hash = {version="2", optional=true}
1414

1515
[features]

0 commit comments

Comments
 (0)