nabijaczleweli / rust-embed-resource

A Cargo build script library to handle compilation and inclusion of Windows resources, in the most resilient fashion imaginable
MIT License
166 stars 29 forks source link

Upgrade `toml` dependency to `0.8` #62

Closed MarijnS95 closed 9 months ago

MarijnS95 commented 9 months ago

No significant/breaking changes in this release that affect the code implementation, but this is useful to get rid of duplicate dependencies in downstream crates.

nabijaczleweli commented 9 months ago

error: package toml v0.8.2 cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.64.0

no way, they finally made it say that instead of needing to bisect? incredible

nabijaczleweli commented 9 months ago

Released in v2.4.0, cheers.