Skip to content
New issue

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

Add rust-toolchain file #1132

Merged
merged 2 commits into from
Jun 8, 2021
Merged

Add rust-toolchain file #1132

merged 2 commits into from
Jun 8, 2021

Conversation

cryptoquick
Copy link
Contributor

@cryptoquick cryptoquick commented Jun 8, 2021

Summary of changes

Changes introduced in this pull request:

  • Adds rust-toolchain file pointing to rust 1.52.1
    • We're just using a new Rust string method, it's mostly just so our code is cleaner and modern, is all

Reference issue to close (if applicable)

Closes #1131

Other information and links

In case anyone's curious:

Also note, our CI is already configured to use 1.52.1

@cryptoquick cryptoquick requested a review from a user June 8, 2021 15:37
@cryptoquick
Copy link
Contributor Author

Also, to review this, just use cargo check, it will result in slightly different behavior as it downloads the toolchain specific to this project.

@cryptoquick cryptoquick merged commit 9b2a03a into main Jun 8, 2021
@cryptoquick cryptoquick deleted the hunter/1131-rust-toolchain branch June 8, 2021 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a rust-toolchain file to set a specific version
2 participants