Skip to content

Commit 8d06fb5

Browse files
committed
Release 1.0.68
1 parent 372fd8a commit 8d06fb5

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 = "1.0.67"
3+
version = "1.0.68"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns"]
66
description = "derive(Error)"
@@ -12,7 +12,7 @@ repository = "https://github.com/dtolnay/thiserror"
1212
rust-version = "1.61"
1313

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

1717
[dev-dependencies]
1818
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 = "1.0.67"
3+
version = "1.0.68"
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
@@ -258,7 +258,7 @@
258258
//!
259259
//! [`anyhow`]: https://github.com/dtolnay/anyhow
260260
261-
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.67")]
261+
#![doc(html_root_url = "https://docs.rs/thiserror/1.0.68")]
262262
#![allow(
263263
clippy::module_name_repetitions,
264264
clippy::needless_lifetimes,

0 commit comments

Comments
 (0)