Skip to content

Commit

Permalink
Release 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 3, 2023
1 parent 511e26b commit e278b87
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.11"
version = "0.1.12"
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 @@ -165,7 +165,7 @@
//! # }
//! ```

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

0 comments on commit e278b87

Please sign in to comment.