Skip to content

Commit fdb266a

Browse files
committed
Release 1.0.33
1 parent 905680e commit fdb266a

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.32"
3+
version = "1.0.33"
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.32", path = "impl" }
16+
thiserror-impl = { version = "=1.0.33", path = "impl" }
1717

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

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

0 commit comments

Comments
 (0)