]> git.lizzy.rs Git - enumset.git/commit
Update darling crate to 0.14.x
authorAlejandro González <AlexTMjugador@users.noreply.github.com>
Sun, 2 Oct 2022 13:58:33 +0000 (15:58 +0200)
committerAlejandro González <AlexTMjugador@users.noreply.github.com>
Sun, 2 Oct 2022 14:05:49 +0000 (16:05 +0200)
commita95f801ce7ca235d26046e2cac76e882ea6003e6
treec7a15b0e7c3c0a2601f86e582db70067ef5bf7c3
parente90bc60daffc48dba3980180170758fc4889d5fc
Update darling crate to 0.14.x

A semver-breaking version of the darling crate was released just a few
days after the last release of enumset, and other crates of the Rust
ecosystem, such as serde_with, have moved to the newer version.

Even though enumset works just fine anyway, it is a good idea to update
because that way Cargo doesn't need to download and build two different
versions of the same crate for the same application, which negatively
impacts the executable size. Moreover, some automated analysis tools
such as `cargo deny` rightfully warn about this condition.

This commit just bumps the darling version to the latest one. I've
looked at the darling changelog and I don't think that enumset is
impacted by any breaking changes. To confirm this, I've successfully run
the test suite with `cargo test`.
enumset_derive/Cargo.toml