Add proc-macro2 and quote to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote 2025-08-27 20:07:35 +10:00
parent d263d3a88c
commit 1ed5660266
5 changed files with 10 additions and 8 deletions

View file

@ -68,6 +68,8 @@ itertools = "0.12.1"
# https://github.com/bytecodealliance/rustix/issues/1496
libc = "=0.2.174"
memchr = "2.7.5"
proc-macro2 = "1.0.101"
quote = "1.0.40"
rustc-literal-escaper = "0.0.5"
serde_json = "1.0.142"
thin-vec = "0.2.14"