Correct syn pinning on cargo 1.48
authorMatt Corallo <git@bluematt.me>
Fri, 15 Sep 2023 23:52:40 +0000 (23:52 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 16 Sep 2023 16:54:17 +0000 (16:54 +0000)
commita13dd715f2be9810e3fa228b10d25f3b69375e3e
tree720bdf09f0d656663de80149cfa4094dd9ab82ea
parent6d5c5ba4bbfd0419a284bab8d2d52cef42afbbf1
Correct syn pinning on cargo 1.48

Sadly the pinning introduced in 050f5a90297678f2cad36feee9a1db2367e
was brittle in the face of any further syn updates, and has already
broken.

Here we fix it by looking up the actual version of syn to pin.

Note that this dependency is somewhat nonsense as its actually only
a `criterion` dependency, pulled in even though we haven't set the
bench flag (as we aren't yet using `resolver = 2`).
ci/ci-tests.sh