Upgrade dependencies
Not upgraded:
-
proc-macro-crate
– the latest version actually allows getting rid ofextern crate self as crate_name;
by detecting when the proc-macro is used from the "parent" crate, but it seems like proc-macro-crate isn't used properly in the first place (lots ofzbus
instead of#zbus
inquote!
blocks). I might write another PR for this when I get more time. -
enumflags2
–RawBitFlags
was renamed toBitFlag
but it seems the underlying integer::Type
is also no longer accessible, so not sure how to upgrade. (changelog)
Edited by Jonas Platte