Skip to content

Commit

Permalink
Release 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 6, 2020
1 parent b61a279 commit 89fcbf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erased-serde"
version = "0.3.9"
version = "0.3.10"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Type-erased Serialize and Serializer traits"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.9")]
#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.10")]
#![cfg_attr(feature = "unstable-debug", feature(core_intrinsics))]

#[macro_use]
Expand Down

0 comments on commit 89fcbf1

Please sign in to comment.