Skip to content

Commit 61f28da

Browse files
committed
Release 2.0.13
1 parent 89872e3 commit 61f28da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thiserror"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns"]
66
description = "derive(Error)"
@@ -28,7 +28,7 @@ default = ["std"]
2828
std = []
2929

3030
[dependencies]
31-
thiserror-impl = { version = "=2.0.12", path = "impl" }
31+
thiserror-impl = { version = "=2.0.13", path = "impl" }
3232

3333
[dev-dependencies]
3434
anyhow = "1.0.73"

impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thiserror-impl"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
authors = ["David Tolnay <[email protected]>"]
55
description = "Implementation detail of the `thiserror` crate"
66
edition = "2021"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
//! [`Display`]: std::fmt::Display
261261
262262
#![no_std]
263-
#![doc(html_root_url = "https://docs.rs/thiserror/2.0.12")]
263+
#![doc(html_root_url = "https://docs.rs/thiserror/2.0.13")]
264264
#![allow(
265265
clippy::elidable_lifetime_names,
266266
clippy::module_name_repetitions,

0 commit comments

Comments
 (0)