Skip to content

Commit 7926334

Browse files
committed
Lock proc-macro2 to last working version
proc-macro2 breaks genco (see udoprog/genco#39). For now, we can introduce a version cap like this, so that it works even when someone installs without `--locked`.
1 parent f79606f commit 7926334

File tree

3 files changed

+416
-346
lines changed

3 files changed

+416
-346
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Invalid version of an indirect dependency causing mangled output when installed without `--locked`
13+
1014
## 0.4.1
1115

1216
### Fixed

0 commit comments

Comments
 (0)