Skip to content

Commit

Permalink
Release 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 8, 2024
1 parent 4b32db8 commit e2d26d9
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 = "serde_repr"
version = "0.1.18"
version = "0.1.19"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "no-std", "no-std::no-alloc"]
description = "Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/serde_repr/0.1.18")]
#![doc(html_root_url = "https://docs.rs/serde_repr/0.1.19")]
#![allow(clippy::single_match_else)]

extern crate proc_macro;
Expand Down

0 comments on commit e2d26d9

Please # to comment.