Skip to content

Commit 10ffe03

Browse files
committed
Release 1.0.35
1 parent 9be0f41 commit 10ffe03

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

1515
[dependencies]
16-
thiserror-impl = { version = "=1.0.34", path = "impl" }
16+
thiserror-impl = { version = "=1.0.35", path = "impl" }
1717

1818
[dev-dependencies]
1919
anyhow = "1.0.65"

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.34"
3+
version = "1.0.35"
44
authors = ["David Tolnay <[email protected]>"]
55
description = "Implementation detail of the `thiserror` crate"
66
edition = "2018"

0 commit comments

Comments
 (0)