Skip to content

Releases: dtolnay/thiserror

1.0.40

18 Mar 00:55
1.0.40
3cec8c4
Compare
Choose a tag to compare
  • Update syn dependency to 2.x

1.0.39

05 Mar 23:53
1.0.39
f729af9
Compare
Choose a tag to compare
  • Set html_root_url attribute

1.0.38

17 Dec 19:57
1.0.38
74bfe75
Compare
Choose a tag to compare
  • Documentation improvements

1.0.37

27 Sep 21:38
1.0.37
8a996a5
Compare
Choose a tag to compare
  • Documentation improvements

1.0.36

25 Sep 03:08
1.0.36
7b226e3
Compare
Choose a tag to compare

1.0.35

13 Sep 18:59
1.0.35
10ffe03
Compare
Choose a tag to compare
  • More work on integrating std::any::Provider for backtrace support
  • Fix "Multiple applicable provide methods in scope" error when the caller has both std::error::Error and std::any::Provide traits in scope (#185)

1.0.34

04 Sep 21:17
1.0.34
48f697a
Compare
Choose a tag to compare
  • Tweak "generic member access" based Backtrace implementation (#184)

1.0.33

31 Aug 02:13
1.0.33
fdb266a
Compare
Choose a tag to compare

1.0.32

03 Aug 03:48
1.0.32
8cb98af
Compare
Choose a tag to compare
  • Add keywords to crates.io metadata

1.0.31

30 Apr 21:37
1.0.31
cbe8212
Compare
Choose a tag to compare
  • Improve diagnostic when there is an enum variant containing #[from] #[backtrace] Error, Backtrace (#163)