Commit 579784e
committed
Depend on
This crate does not make use of serde derive macros, thus it can
depend on `serde_core` instead of `serde` to speed up users' compile
times.
See the documentation of [`serde_core`](https://docs.rs/serde_core)
for more details.
Note that this adds a hidden `serde_core` feature, since we cannot use
the `dep:` syntax when declaring the `serde` feature due to this crate's
MSRV being lower than [the required 1.60](https://blog.rust-lang.org/2022/04/07/Rust-1.60.0/#new-syntax-for-cargo-features).serde_core instead of serde
1 parent 4b53a29 commit 579784e
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments