Maybe we should release new versions of crates as 0.4.4-beta.*.
Currently, some people do not seem to use 0.3 but 0.4 for AtCoder. Adding new features such as #26 and #27 may lead to "what the hell my program compiles with Rust 1.42 on the local machine but the submission is CE".
Making the versions beta will prevent such a situation because both the (currently unstable) built-in cargo add command and the cargo-add command from cargo-edit does not resolve -beta versions without explicit specification.
Maybe we should release new versions of crates as
0.4.4-beta.*.Currently, some people do not seem to use 0.3 but 0.4 for AtCoder. Adding new features such as #26 and #27 may lead to "what the hell my program compiles with Rust 1.42 on the local machine but the submission is CE".
Making the versions
betawill prevent such a situation because both the (currently unstable) built-incargo addcommand and thecargo-addcommand from cargo-edit does not resolve-betaversions without explicit specification.