We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently gobang is used 2018 RUST edition, so I would like to update.
1st, we can use cargo fix
cargo fix
cargo fix --version
2nd, we rewrite RUST_EDITION -> 2021.
lastly, we need to check the result.
cargo build && cargo test
The text was updated successfully, but these errors were encountered:
kyoto7250
Successfully merging a pull request may close this issue.
currently gobang is used 2018 RUST edition, so I would like to update.
1st, we can use
cargo fix
2nd, we rewrite RUST_EDITION -> 2021.
lastly, we need to check the result.
The text was updated successfully, but these errors were encountered: