Skip to content

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 21, 2023
1 parent 948234f commit db3ae2c
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 = "inherent"
version = "1.0.9"
version = "1.0.10"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
description = "Make trait methods callable without the trait in scope"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/inherent/1.0.9")]
#![doc(html_root_url = "https://docs.rs/inherent/1.0.10")]
#![allow(
clippy::default_trait_access,
clippy::module_name_repetitions,
Expand Down

0 comments on commit db3ae2c

Please sign in to comment.