Skip to content

Commit 47a5f7b

Browse files
committed
update proc-macro-utils
1 parent 588eaee commit 47a5f7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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`

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1919
proc-macro2 = "1"
2020
quote = "1"
2121

0 commit comments

Comments
 (0)