v0.8.3
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)]
toPartialBatchTestCase::out: Option<Arc<str>>
. (qryxip/snowchains/#128)Previously, explicit
out: ~
had been allowed but the field itself was required.