https://github.com/JuliaLang/julia
Raw File
Tip revision: 9cc8b3d35a200be9ecd6a2dce388d92e16bb1d07 authored by Steven G. Johnson on 10 July 2023, 14:43:39 UTC
fix bootstrap failure
Tip revision: 9cc8b3d
Project.toml
name = "Serialization"
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[targets]
test = ["Test", "Random", "Base64"]
back to top