mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +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
|
@ -102,7 +102,7 @@ mime_guess = "2.0.5"
|
|||
mozangle = "0.5.3"
|
||||
net_traits = { path = "components/shared/net" }
|
||||
nix = "0.29"
|
||||
nom = "7.1.3"
|
||||
nom = "8.0.0"
|
||||
num-traits = "0.2"
|
||||
num_cpus = "1.17.0"
|
||||
openxr = "0.19"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue