Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Releases: dtolnay/serde-yaml

0.9.34

25 Mar 01:02
0.9.34
2009506
Compare
Choose a tag to compare

As of this release, I am not planning to publish further versions of serde_yaml as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.

0.9.33

17 Mar 06:12
0.9.33
f4c9ed9
Compare
Choose a tag to compare

0.9.32

19 Feb 05:27
0.9.32
ea57d8c
Compare
Choose a tag to compare
  • Fix unused_imports warnings when compiled by rustc 1.78

0.9.31

29 Jan 03:25
0.9.31
2a77483
Compare
Choose a tag to compare
  • Add swap_remove and shift_remove methods on Mapping (#408)

0.9.30

02 Jan 07:25
0.9.30
09ee251
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.9.29

21 Dec 20:20
0.9.29
b957d2b
Compare
Choose a tag to compare
  • Turn on deny(unsafe_op_in_unsafe_fn) lint

0.9.28

21 Dec 20:20
0.9.28
1b6e448
Compare
Choose a tag to compare
  • Update unsafe-libyaml dependency to pull in unaligned write fix

0.9.27

26 Oct 05:21
0.9.27
66ec2cf
Compare
Choose a tag to compare
  • Always serialize serde_yaml::Number containing NaN as a positive NaN (#394)

0.9.26

26 Oct 03:28
0.9.26
8032b5c
Compare
Choose a tag to compare
  • Guarantee that .nan is deserialized as a positive NaN (#392, #393)

0.9.25

20 Jul 22:06
0.9.25
f26dac4
Compare
Choose a tag to compare
  • Serialize using quoted style around scalar that has digits with leading zero (#347)