Release 1.0.66

This commit is contained in:
David Tolnay 2024-10-31 16:54:13 -07:00
parent e2e9da3f7c
commit d1a8254ee5
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "thiserror" name = "thiserror"
version = "1.0.65" version = "1.0.66"
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.61" rust-version = "1.61"
[dependencies] [dependencies]
thiserror-impl = { version = "=1.0.65", path = "impl" } thiserror-impl = { version = "=1.0.66", path = "impl" }
[dev-dependencies] [dev-dependencies]
anyhow = "1.0.73" anyhow = "1.0.73"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.65" version = "1.0.66"
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"

View file

@ -258,7 +258,7 @@
//! //!
//! [`anyhow`]: https://github.com/dtolnay/anyhow //! [`anyhow`]: https://github.com/dtolnay/anyhow
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.65")] #![doc(html_root_url = "https://docs.rs/thiserror/1.0.66")]
#![allow( #![allow(
clippy::module_name_repetitions, clippy::module_name_repetitions,
clippy::needless_lifetimes, clippy::needless_lifetimes,