Skip to content

v0.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 14:31
· 121 commits to master since this release
ebe155e

Added

  • cargo-compete now reads these environment variables if they exist, and use them. (#129)

    • $DROPBOX_ACCESS_TOKEN
    • $YUKICODER_API_KEY
    • $CODEFORCES_API_KEY
    • $CODEFORCES_API_SECRET

Fixed

  • Added #[serde(default)] to PartialBatchTestCase::out: Option<Arc<str>>. (qryxip/snowchains/#128)

    Previously, explicit out: ~ had been allowed but the field itself was required.