We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709deb8 commit fb57fc0Copy full SHA for fb57fc0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "yaml_serde"
3
-version = "0.10.1"
+version = "0.10.2"
4
authors = ["YAML Organization <noreply@yaml.org>"]
5
categories = ["encoding", "parser-implementations"]
6
description = "serde_yaml maintained by The YAML Organization"
src/lib.rs
@@ -119,7 +119,7 @@
119
//! }
120
//! ```
121
122
-#![doc(html_root_url = "https://docs.rs/yaml_serde/0.10.1")]
+#![doc(html_root_url = "https://docs.rs/yaml_serde/0.10.2")]
123
#![deny(missing_docs, unsafe_op_in_unsafe_fn)]
124
// Suppressed clippy_pedantic lints
125
#![allow(
0 commit comments