Skip to content

Commit 38aa01f

Browse files
committedJul 3, 2023
Release 0.1.10
1 parent 4b3e577 commit 38aa01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ghost"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["rust-patterns", "no-std"]
66
description = "Define your own PhantomData"

‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
//! # }
166166
//! ```
167167
168-
#![doc(html_root_url = "https://docs.rs/ghost/0.1.9")]
168+
#![doc(html_root_url = "https://docs.rs/ghost/0.1.10")]
169169
#![allow(
170170
clippy::doc_markdown,
171171
// https://github.com/rust-lang/rust-clippy/issues/8538

0 commit comments

Comments
 (0)
Please sign in to comment.