Skip to content

Fix Cargo workspace warnings#5202

Open
captbaritone wants to merge 1 commit intofacebook:mainfrom
captbaritone:worktree-atomic-wibbling-pumpkin
Open

Fix Cargo workspace warnings#5202
captbaritone wants to merge 1 commit intofacebook:mainfrom
captbaritone:worktree-atomic-wibbling-pumpkin

Conversation

@captbaritone
Copy link
Copy Markdown
Contributor

Summary

  • Set resolver = "3" in the workspace root Cargo.toml to match edition 2024, fixing the resolver version mismatch warning.
  • Remove the ignored [profile.release] section from relay-compiler-playground/Cargo.toml, since per-crate profiles are not supported in workspace members.

Test plan

  • Ran cargo test and verified both warnings are gone.

@meta-cla meta-cla bot added the CLA Signed label Mar 6, 2026
Set resolver = "3" in the workspace root to match edition 2024, and
remove the ignored [profile.release] from relay-compiler-playground
since per-crate profiles are not supported in workspace members.
@captbaritone captbaritone force-pushed the worktree-atomic-wibbling-pumpkin branch from a2410b0 to 9a74af6 Compare March 6, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant