Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 47ca177

Browse files
committed
Auto merge of #258 - nmoutschen:quote-fix, r=JohnTitor
fix: pin quote to 1.0.10 This pins the version of quote to `1.0.10`, which fixes the installation issue in #257
2 parents 2a0f19c + 6d25de5 commit 47ca177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.133", features = ["derive"] }
2323
serde_json = "1.0.74"
24+
quote = "=1.0.10"
2425
proc-macro2 = "=1.0.32"
2526

2627
[dev-dependencies]

0 commit comments

Comments
 (0)