Skip to content

Commit 16a8918

Browse files
committed
Release 1.0.9
1 parent 416db24 commit 16a8918

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 = "inherent"
3-
version = "1.0.8"
3+
version = "1.0.9"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
66
description = "Make trait methods callable without the trait in scope"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
//! }
7373
//! ```
7474
75-
#![doc(html_root_url = "https://docs.rs/inherent/1.0.8")]
75+
#![doc(html_root_url = "https://docs.rs/inherent/1.0.9")]
7676
#![allow(
7777
clippy::default_trait_access,
7878
clippy::module_name_repetitions,

0 commit comments

Comments
 (0)