rust-lang-ja / ac-library-rs

ac-library-rs is a rust port of AtCoder Library (ACL).
Creative Commons Zero v1.0 Universal
223 stars 26 forks source link

Update rust-toolchain to 1.70.0 #137

Closed togatoga closed 9 months ago

togatoga commented 1 year ago

Rust version of AtCoder is 1.70.0.

qryxip commented 1 year ago

I just remembered #118. Other platforms such as yukicoder still use <1.70.0.

TonalidadeHidrica commented 1 year ago

We must continue discussing what is the appropriate MSRV on #118 , and this issue might as well be closed for now.

togatoga commented 1 year ago

@qryxip

Sorry for my slow response.

I just remembered #118. Other platforms such as yukicoder still use <1.70.0.

I think that we just need to focus on AtCoder platform. It's a tough job to support all platforms.

togatoga commented 1 year ago

@qryxip Could you approve this PR if it's ok to you? what else code should I fix?

koba-e964 commented 9 months ago

I'm going to ignore tests that are not run and merge this PR, and then stop requiring 1.42.0-* tests to pass because they are stale.