mirror of
https://github.com/servo/servo.git
synced 2025-09-21 20:30:10 +01:00
Update Nom to 8.0.0 (#38585)
There are two relevant breaking changes: * instead of `)(input)`, we now need to call `).parse(input)` * tuples are no longer a call, but a `()` call. There is one other usage of nom 7, however that's in the build dependencies list of mozangle via bindgen. Therefore, we won't have duplicate nom versions in Servo binary. Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
4f8731d562
commit
2e5f5e7d1c
5 changed files with 121 additions and 76 deletions
|
@ -189,6 +189,11 @@ skip = [
|
|||
|
||||
# duplicated by zbus-xml
|
||||
"quick-xml",
|
||||
|
||||
# duplicated by bindgen as build dependency
|
||||
# Remove when cexpr updates its nom version
|
||||
# and bindgen updates the cexpr version
|
||||
"nom",
|
||||
]
|
||||
|
||||
# github.com organizations to allow git sources for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue