Skip to content

Commit 74bfe75

Browse files
committed
Release 1.0.38
1 parent cfc7d8c commit 74bfe75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.37"
3+
version = "1.0.38"
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.31"
1313

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

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

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

0 commit comments

Comments
 (0)