mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
Release 1.0.54
This commit is contained in:
parent
4619db8644
commit
447c328719
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thiserror"
|
||||
version = "1.0.53"
|
||||
version = "1.0.54"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
categories = ["rust-patterns"]
|
||||
description = "derive(Error)"
|
||||
|
@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
|
|||
rust-version = "1.56"
|
||||
|
||||
[dependencies]
|
||||
thiserror-impl = { version = "=1.0.53", path = "impl" }
|
||||
thiserror-impl = { version = "=1.0.54", path = "impl" }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.73"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.53"
|
||||
version = "1.0.54"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
description = "Implementation detail of the `thiserror` crate"
|
||||
edition = "2021"
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
//!
|
||||
//! [`anyhow`]: https://github.com/dtolnay/anyhow
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.53")]
|
||||
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.54")]
|
||||
#![allow(
|
||||
clippy::module_name_repetitions,
|
||||
clippy::needless_lifetimes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue