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 43207ea commit 9f56247Copy full SHA for 9f56247
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "erased-serde"
3
-version = "0.4.7"
+version = "0.4.8"
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.7")]
+#![doc(html_root_url = "https://docs.rs/erased-serde/0.4.8")]
99
#![no_std]
100
#![deny(unsafe_op_in_unsafe_fn)]
101
#![allow(
0 commit comments