Skip to content

Commit

Permalink
Release 0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 25, 2022
1 parent fc1d5a2 commit 4ec783f
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.22"
version = "0.3.23"
authors = ["David Tolnay <[email protected]>"]
categories = ["encoding", "rust-patterns", "no-std"]
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 @@ -95,7 +95,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.22")]
#![doc(html_root_url = "https://docs.rs/erased-serde/0.3.23")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))]
#![cfg_attr(no_unsafe_op_in_unsafe_fn_lint, allow(unused_unsafe))]
Expand Down

0 comments on commit 4ec783f

Please sign in to comment.