Skip to content

Commit

Permalink
Add SHA to UUIDs dependencies in Project.toml (#29375)
Browse files Browse the repository at this point in the history
A dependency on SHA was added to UUIDs in #28761 but the Project.toml
was not updated to reflect that, resulting in warnings while building
Julia.
  • Loading branch information
ararslan committed Sep 26, 2018
1 parent 8eca2c2 commit da964d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/UUIDs/Project.toml
Expand Up @@ -3,6 +3,7 @@ uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"


[deps] [deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"


[extras] [extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit da964d6

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

Please sign in to comment.