Skip to content

Commit 9a74af6

Browse files
committed
Fix Cargo workspace warnings
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.
1 parent 1d94be3 commit 9a74af6

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

compiler/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "3"
23
members = [
34
"crates/common",
45
"crates/dependency-analyzer",

compiler/crates/relay-compiler-playground/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ wasm-bindgen-test = "0.3.13"
3939

4040
[features]
4141
default = ["console_error_panic_hook"]
42-
43-
[profile.release]
44-
opt-level = "s"

0 commit comments

Comments
 (0)