File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- <!-- ## [Unreleased] -->
7
+ ## [ Unreleased]
8
+ - Updated ` proc-macro-utils `
9
+
8
10
## [ 0.11.3] - 2024-07-30
9
11
### Added
10
12
- implementations of ` Add ` and ` AddAssign ` to ` manyhow::Error ` /` manyhow::ErrorMessage `
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ proc-macro = true
15
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
16
17
17
[dependencies ]
18
- proc-macro-utils = " 0.8 .0"
18
+ proc-macro-utils = " 0.10 .0"
19
19
proc-macro2 = " 1"
20
20
quote = " 1"
21
21
You can’t perform that action at this time.
0 commit comments