Skip to content

Commit a6df43e

Browse files
authored
remove Serialization from being stated as being a dependency of Random (#49431)
It is not
1 parent b864999 commit a6df43e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkgimage.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $(eval $(call sysimg_builder,libblastrampoline_jll,Artifacts Libdl))
8383
$(eval $(call sysimg_builder,OpenBLAS_jll,Artifacts Libdl))
8484
$(eval $(call sysimg_builder,Markdown,Base64))
8585
$(eval $(call sysimg_builder,Printf,Unicode))
86-
$(eval $(call sysimg_builder,Random,Serialization SHA))
86+
$(eval $(call sysimg_builder,Random,SHA))
8787
$(eval $(call sysimg_builder,Tar,ArgTools,SHA))
8888
$(eval $(call pkgimg_builder,DelimitedFiles,Mmap))
8989

stdlib/Random/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name = "Random"
22
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
33

44
[deps]
5-
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
65
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
76

87
[extras]

0 commit comments

Comments
 (0)