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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- <!-- ## [Unreleased] -->
7+ ## [ Unreleased]
8+ - Updated ` proc-macro-utils `
9+
810## [ 0.11.3] - 2024-07-30
911### Added
1012- 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
1515# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616
1717[dependencies ]
18- proc-macro-utils = " 0.8 .0"
18+ proc-macro-utils = " 0.10 .0"
1919proc-macro2 = " 1"
2020quote = " 1"
2121
You can’t perform that action at this time.
0 commit comments