Skip to content

Commit

Permalink
CompatHelper: bump compat for "DataStructures" to "0.18"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2020
1 parent c097f7f commit 6025f9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Expand Up @@ -7,29 +7,28 @@ version = "0.1.0"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"

[compat]
ColorSchemes = "3.9"
DataFrames = "0.21"
DataStructures = "0.17"
DataStructures = "0.17, 0.18"
Formatting = "0.4"
MacroTools = "0.5"
Nemo = "0.17"
RecipesBase = "1"
StaticArrays = "0.12"
Formatting = "0.4"
julia = "1.4"

[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"


[targets]
test = ["Test", "SafeTestsets", "Plots"]

0 comments on commit 6025f9c

Please sign in to comment.