-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels