Skip to content

Commit cd62cf9

Browse files
authored
test/trimming/Project.toml: Remove stale JLLWrappers dep (#59739)
`Libdl`, `Sockets`, and `Test` are non-upgradeable stdlibs that live in the JuliaLang/julia source tree, so I didn't include compat entries for them. `Zstd_jll` is vendored under `test/trimming/Zstd_jll`, and is included via `[sources]`, so I don't think we need a compat entry for that either. A compat entry for `JSON` was added in #59738. So that just leaves `JLLWrappers`.
1 parent cb7d446 commit cd62cf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/trimming/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[deps]
2-
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
32
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
43
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
54
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

0 commit comments

Comments
 (0)