Skip to content

v0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 17:51
· 32 commits to master since this release
0c91300

Changed

  • (also applied to the previous versions unless --locked) Updated serde-yaml crate to v0.8.23.

     match:
       Float:
    -    relative_error: 0.000001
    -    absolute_error: 0.000001
    +    relative_error: 1e-6
    +    absolute_error: 1e-6

    dtolnay/serde-yaml@6b83603

Fixed

  • Updated Rust edition, Rust version, and the language ID for Codeforces. (#181 by @nebocco)