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

Use stable toolchain #38

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Use stable toolchain #38

merged 2 commits into from
Oct 10, 2023

Conversation

nuke-web3
Copy link
Contributor

@nuke-web3 nuke-web3 commented Oct 6, 2023

https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file

Rather than demand a version, we can allow for the latest stable. Perhaps a bit more prone to breaking on changes but then users are not forced to use this version... I hope we don't require this version 🤞

https://rust-lang.github.io/rustup/concepts/profiles.html

we also can be less demanding in what profile we need I think.

https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file

Rather than demand a version, we can allow for the latest stable. Perhaps a bit more prone to breaking on changes but then users are not forced to use this version... I hope we don't _require_ this version 🤞
@nuke-web3 nuke-web3 requested a review from liamaharon October 6, 2023 10:55
@nuke-web3
Copy link
Contributor Author

not 100% sure but I think that the workflow doesn't need to demand rustdoc here

- name: Add wasm32-unknwon-unknown target
run: rustup target add wasm32-unknown-unknown

as it's in the toolchain 🤔 perhaps helps minimize what that needs too

@liamaharon liamaharon merged commit 793b318 into main Oct 10, 2023
1 check passed
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.

2 participants