-
Notifications
You must be signed in to change notification settings - Fork 267
chore: Rust toolchain/CI update and workspace setup #2830
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1a7fbc8
to
c8a3120
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
lazer/contracts/solana/clippy.toml
Outdated
@@ -0,0 +1,3 @@ | |||
allow-unwrap-in-tests = true | |||
allow-expect-in-tests = true | |||
#allow-indexing-slicing-in-tests = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Summary
actions-rust-lang/setup-rust-toolchain
Swatinem/rust-cache
as the above action calls it internallySmart contracts remain in their separate workspaces. There are a couple of reasons why they cannot be included in the main workspace (pinned dependencies, lack of chain tooling support, different release profile configs).
Rationale
How has this been tested?