Skip to content

Commit ff448f3

Browse files
redsun82Copilot
andcommitted
Unified: use link_deps for native deps of swift_syntax_rs
`rules_rust` deprecated C++ libraries in `deps`, warning on every build. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 67c2981 commit ff448f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unified/swift-syntax-rs/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ rust_library(
7272
),
7373
edition = "2024",
7474
target_compatible_with = UNIFIED_SUPPORTED_PLATFORMS,
75-
deps = select({
75+
link_deps = select({
7676
":static_linux_runtime": [
7777
# Keep these in linker order; sorting them produces an invalid group.
7878
":static_runtime_group_start",

0 commit comments

Comments
 (0)