Skip to content

Commit

Permalink
Release 1.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 4, 2023
1 parent c28f8fa commit 281997e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thiserror"
version = "1.0.40"
version = "1.0.41"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns"]
description = "derive(Error)"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.56"

[dependencies]
thiserror-impl = { version = "=1.0.40", path = "impl" }
thiserror-impl = { version = "=1.0.41", path = "impl" }

[dev-dependencies]
anyhow = "1.0.71"
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thiserror-impl"
version = "1.0.40"
version = "1.0.41"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror` crate"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -228,7 +228,7 @@
//!
//! [`anyhow`]: https://github.com/dtolnay/anyhow

#![doc(html_root_url = "https://docs.rs/thiserror/1.0.40")]
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.41")]
#![allow(
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7421
clippy::doc_markdown,
Expand Down

0 comments on commit 281997e

Please sign in to comment.