0.9.6 Release
Minor patch release to bump the version of serde to the newest version as of writing, which does not pull in the serde-derive
binaries, and also doesn't cause problems with cargo install
.
EDIT (2024-08-10): This and older versions may fail to build with Rust 1.80.0 and newer due to a dependency on time
; use 0.9.7 or build with 1.79.x or older. Sorry for the inconvenience!
Other
- #1286: Pin serde to 1.0.188 to help with potential
cargo install
issues. Note this version should be fine and not pull in binaries.