Skip to content

Commit 427a8a7

Browse files
committed
Release 0.4.3
1 parent 3a77db0 commit 427a8a7

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 = "erased-serde"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["encoding", "rust-patterns", "no-std"]
66
description = "Type-erased Serialize and Serializer traits"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
//! }
9696
//! ```
9797
98-
#![doc(html_root_url = "https://docs.rs/erased-serde/0.4.2")]
98+
#![doc(html_root_url = "https://docs.rs/erased-serde/0.4.3")]
9999
#![no_std]
100100
#![deny(unsafe_op_in_unsafe_fn)]
101101
#![allow(

0 commit comments

Comments
 (0)