mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Release 1.0.44
This commit is contained in:
parent
f86e8e5881
commit
54b70cfe10
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.43"
|
version = "1.0.44"
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
categories = ["rust-patterns"]
|
categories = ["rust-patterns"]
|
||||||
description = "derive(Error)"
|
description = "derive(Error)"
|
||||||
|
@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
|
||||||
rust-version = "1.56"
|
rust-version = "1.56"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror-impl = { version = "=1.0.43", path = "impl" }
|
thiserror-impl = { version = "=1.0.44", path = "impl" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = "1.0.71"
|
anyhow = "1.0.71"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "1.0.43"
|
version = "1.0.44"
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
description = "Implementation detail of the `thiserror` crate"
|
description = "Implementation detail of the `thiserror` crate"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -228,7 +228,7 @@
|
||||||
//!
|
//!
|
||||||
//! [`anyhow`]: https://github.com/dtolnay/anyhow
|
//! [`anyhow`]: https://github.com/dtolnay/anyhow
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.43")]
|
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.44")]
|
||||||
#![allow(
|
#![allow(
|
||||||
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7421
|
// Clippy bug: https://github.com/rust-lang/rust-clippy/issues/7421
|
||||||
clippy::doc_markdown,
|
clippy::doc_markdown,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue