Skip to content

Commit

Permalink
Release 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 2, 2024
1 parent 147bcd3 commit 81beca8
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 = "ghost"
version = "0.1.16"
version = "0.1.17"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
description = "Define your own PhantomData"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
//! # }
//! ```

#![doc(html_root_url = "https://docs.rs/ghost/0.1.16")]
#![doc(html_root_url = "https://docs.rs/ghost/0.1.17")]
#![allow(
clippy::doc_markdown,
// https://github.com/rust-lang/rust-clippy/issues/8538
Expand Down

0 comments on commit 81beca8

Please sign in to comment.