We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a39ab1 commit 718e448Copy full SHA for 718e448
CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to
9
10
## \[Unreleased]
11
12
+### Changed
13
+
14
+- Updated the author's contact info.
15
16
## \[1.1.0] - 2024-04-08
17
18
### Added
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "multiple_errors"
3
version = "1.1.0"
4
edition = "2021"
5
-authors = ["Dmitrii Aleksandrov <adk230@yandex.ru>"]
+authors = ["Dmitrii Aleksandrov <adk2300@gmail.com>"]
6
documentation = "https://docs.rs/multiple_errors/"
7
description = "Propagate multiple errors instead of just the first one"
8
license = "MIT OR Apache-2.0"
0 commit comments