Skip to content

Commit

Permalink
Release 1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 26, 2023
1 parent 79704ad commit 54465b7
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.48"
version = "1.0.49"
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.48", path = "impl" }
thiserror-impl = { version = "=1.0.49", path = "impl" }

[dev-dependencies]
anyhow = "1.0.73"
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thiserror-impl"
version = "1.0.48"
version = "1.0.49"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror` crate"
edition = "2021"
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.48")]
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.49")]
#![allow(
clippy::module_name_repetitions,
clippy::needless_lifetimes,
Expand Down

0 comments on commit 54465b7

Please sign in to comment.