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 450a910 commit 8f555a2Copy full SHA for 8f555a2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "erased-serde"
3
-version = "0.4.1"
+version = "0.4.2"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
categories = ["encoding", "rust-patterns", "no-std"]
6
description = "Type-erased Serialize and Serializer traits"
src/lib.rs
@@ -95,7 +95,7 @@
95
//! }
96
//! ```
97
98
-#![doc(html_root_url = "https://docs.rs/erased-serde/0.4.1")]
+#![doc(html_root_url = "https://docs.rs/erased-serde/0.4.2")]
99
#![cfg_attr(not(feature = "std"), no_std)]
100
#![deny(unsafe_op_in_unsafe_fn)]
101
#![allow(
0 commit comments