Skip to content

Commit

Permalink
CompatHelper: bump compat for "Requires" to "1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2019
1 parent 8f74bff commit 52131d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"

[compat]
Requires = "0.5"
Requires = "0.5, 1.0"
Setfield = "0.3, 0.4, 0.5"
julia = "1.0"

Expand Down
10 changes: 5 additions & 5 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ deps = ["Serialization"]
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[[Requires]]
deps = ["Test"]
git-tree-sha1 = "f6fbf4ba64d295e146e49e021207993b6b48c7d1"
deps = ["UUIDs"]
git-tree-sha1 = "999513b7dea8ac17359ed50ae8ea089e4464e35e"
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
version = "0.5.2"
version = "1.0.0"

[[SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Expand All @@ -185,11 +185,11 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

[[Setfield]]
deps = ["ConstructionBase", "Future", "MacroTools", "Requires"]
git-tree-sha1 = "0b7dcd84f512453fc436711fa3aef2229c865cfd"
git-tree-sha1 = "161fc4aaee52eabf584d9506d2143d83f60411c2"
repo-rev = "master"
repo-url = "https://github.com/jw3126/Setfield.jl.git"
uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46"
version = "0.5.2"
version = "0.5.3"

[[SharedArrays]]
deps = ["Distributed", "Mmap", "Random", "Serialization"]
Expand Down
10 changes: 5 additions & 5 deletions test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ deps = ["Serialization"]
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[[Requires]]
deps = ["Test"]
git-tree-sha1 = "f6fbf4ba64d295e146e49e021207993b6b48c7d1"
deps = ["UUIDs"]
git-tree-sha1 = "999513b7dea8ac17359ed50ae8ea089e4464e35e"
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
version = "0.5.2"
version = "1.0.0"

[[SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Expand All @@ -193,11 +193,11 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

[[Setfield]]
deps = ["ConstructionBase", "Future", "MacroTools", "Requires"]
git-tree-sha1 = "0b7dcd84f512453fc436711fa3aef2229c865cfd"
git-tree-sha1 = "161fc4aaee52eabf584d9506d2143d83f60411c2"
repo-rev = "master"
repo-url = "https://github.com/jw3126/Setfield.jl.git"
uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46"
version = "0.5.2"
version = "0.5.3"

[[SharedArrays]]
deps = ["Distributed", "Mmap", "Random", "Serialization"]
Expand Down

0 comments on commit 52131d4

Please sign in to comment.