Merge #1080
1080: CompatHelper: bump compat for "Colors" to "0.12" r=dhairyagandhi96 a=github-actions[bot] This pull request changes the compat entry for the `Colors` package from `0.8, 0.9, 0.10, 0.11` to `0.8, 0.9, 0.10, 0.11, 0.12`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
commit
5e09113586
|
@ -64,15 +64,15 @@ version = "0.7.0"
|
||||||
|
|
||||||
[[ColorTypes]]
|
[[ColorTypes]]
|
||||||
deps = ["FixedPointNumbers", "Random"]
|
deps = ["FixedPointNumbers", "Random"]
|
||||||
git-tree-sha1 = "b9de8dc6106e09c79f3f776c27c62360d30e5eb8"
|
git-tree-sha1 = "c4c1cca28748906265ed62c788d6fe6f0134d264"
|
||||||
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
|
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
|
||||||
version = "0.9.1"
|
version = "0.10.0"
|
||||||
|
|
||||||
[[Colors]]
|
[[Colors]]
|
||||||
deps = ["ColorTypes", "FixedPointNumbers", "InteractiveUtils", "Printf", "Reexport"]
|
deps = ["ColorTypes", "FixedPointNumbers", "InteractiveUtils", "Reexport"]
|
||||||
git-tree-sha1 = "177d8b959d3c103a6d57574c38ee79c81059c31b"
|
git-tree-sha1 = "2fdeb981ebcf52cd800ddb6a0aa5eac34153552d"
|
||||||
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
|
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
|
||||||
version = "0.11.2"
|
version = "0.12.0"
|
||||||
|
|
||||||
[[CommonSubexpressions]]
|
[[CommonSubexpressions]]
|
||||||
deps = ["Test"]
|
deps = ["Test"]
|
||||||
|
@ -146,9 +146,9 @@ uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
|
||||||
version = "0.8.5"
|
version = "0.8.5"
|
||||||
|
|
||||||
[[FixedPointNumbers]]
|
[[FixedPointNumbers]]
|
||||||
git-tree-sha1 = "4aaea64dd0c30ad79037084f8ca2b94348e65eaa"
|
git-tree-sha1 = "3ba9ea634d4c8b289d590403b4a06f8e227a6238"
|
||||||
uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
|
uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
|
||||||
version = "0.7.1"
|
version = "0.8.0"
|
||||||
|
|
||||||
[[ForwardDiff]]
|
[[ForwardDiff]]
|
||||||
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "NaNMath", "Random", "SpecialFunctions", "StaticArrays"]
|
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "NaNMath", "Random", "SpecialFunctions", "StaticArrays"]
|
||||||
|
|
|
@ -27,7 +27,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
|
||||||
AbstractTrees = "0.2, 0.3"
|
AbstractTrees = "0.2, 0.3"
|
||||||
Adapt = "1"
|
Adapt = "1"
|
||||||
CodecZlib = "0.5, 0.6, 0.7"
|
CodecZlib = "0.5, 0.6, 0.7"
|
||||||
Colors = "0.8, 0.9, 0.10, 0.11"
|
Colors = "0.8, 0.9, 0.10, 0.11, 0.12"
|
||||||
CuArrays = "1.6"
|
CuArrays = "1.6"
|
||||||
Juno = "0.5, 0.6, 0.7, 0.8"
|
Juno = "0.5, 0.6, 0.7, 0.8"
|
||||||
MacroTools = "0.3, 0.4, 0.5"
|
MacroTools = "0.3, 0.4, 0.5"
|
||||||
|
|
Loading…
Reference in New Issue