Skip to content

Commit 915c75e

Browse files
committed
Release 1.0.63
1 parent 3d5ec25 commit 915c75e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thiserror"
3-
version = "1.0.62"
3+
version = "1.0.63"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["rust-patterns"]
66
description = "derive(Error)"
@@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
1212
rust-version = "1.56"
1313

1414
[dependencies]
15-
thiserror-impl = { version = "=1.0.62", path = "impl" }
15+
thiserror-impl = { version = "=1.0.63", path = "impl" }
1616

1717
[dev-dependencies]
1818
anyhow = "1.0.73"

impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thiserror-impl"
3-
version = "1.0.62"
3+
version = "1.0.63"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
description = "Implementation detail of the `thiserror` crate"
66
edition = "2021"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
//!
259259
//! [`anyhow`]: https://github.com/dtolnay/anyhow
260260
261-
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.62")]
261+
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.63")]
262262
#![allow(
263263
clippy::module_name_repetitions,
264264
clippy::needless_lifetimes,

0 commit comments

Comments
 (0)