Skip to content

Commit

Permalink
Add Base64 to Serialization test deps (#32053)
Browse files Browse the repository at this point in the history
This dependency was added in 8f9ace0, but not reflected in the
Project.toml file.

Fixes `test Serialization` invocation.

(cherry picked from commit ffb26e7)
  • Loading branch information
Keno authored and KristofferC committed May 20, 2019
1 parent 13bcc06 commit f254c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stdlib/Serialization/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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"]
test = ["Test", "Random", "Base64"]

0 comments on commit f254c2e

Please sign in to comment.