Relax proconio requirement#67
Conversation
In the AtCoder server, proconio v0.3.6 is used. However proconio has been improved since then without changing server-side bahavior. These changes are released on the v0.3 series. proconio is developed and maintained for AtCoder, so we can keep its behavior compatible with the judge server's behavior on v0.3 series. We can safely relax its requirement from `=0.3.6` to `^0.3.6`.
Some entries are out-of-date but we cannot update them because this branch is broken as a cargo project (for use with cargo-generate). We are specifying each dependency by `=x.y.z` so basically we can do without lock file, I think.
|
AFAIK, Cargo attempts to preserve lock files as possible. |
|
Ah... I agree. That can cause a problem. |
|
(sorry for late) |
|
|
|
Wait, proconio(-derive) still have a lot of dependencies and are possible cause problems. |
In the AtCoder server, proconio v0.3.6 is used. However proconio has
been improved since then without changing server-side bahavior. These
changes are released on the v0.3 series.
proconio is developed and maintained for AtCoder, so we can keep its
behavior compatible with the judge server's behavior on v0.3 series. We
can safely relax its requirement from
=0.3.6to^0.3.6.