Skip to content

Commit fb57fc0

Browse files
committed
Release 0.10.2
1 parent 709deb8 commit fb57fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yaml_serde"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["YAML Organization <noreply@yaml.org>"]
55
categories = ["encoding", "parser-implementations"]
66
description = "serde_yaml maintained by The YAML Organization"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
//! }
120120
//! ```
121121
122-
#![doc(html_root_url = "https://docs.rs/yaml_serde/0.10.1")]
122+
#![doc(html_root_url = "https://docs.rs/yaml_serde/0.10.2")]
123123
#![deny(missing_docs, unsafe_op_in_unsafe_fn)]
124124
// Suppressed clippy_pedantic lints
125125
#![allow(

0 commit comments

Comments
 (0)