Skip to content

Commit

Permalink
Merge pull request #31 from danspielman/compathelper/new_version/2020…
Browse files Browse the repository at this point in the history
…-09-07-14-37-33-482-450871153

CompatHelper: bump compat for "DataStructures" to "0.18"
  • Loading branch information
danspielman authored Sep 7, 2020
2 parents 6f192f8 + 4a7ebe3 commit fa710e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ version = "1.0.0"

[[JSON]]
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
git-tree-sha1 = "b34d7cef7b337321e97d22242c3c2b91f476748e"
git-tree-sha1 = "81690084b6198a2e1da36fcfda16eeca9f9f24e4"
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
version = "0.21.0"
version = "0.21.1"

[[LAME_jll]]
deps = ["Libdl", "Pkg"]
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.4, 1.5"
Arpack = "0.4"
DataStructures = "0.7 - 0.17"
Plots = "1.6"
DataStructures = "0.7 - 0.17, 0.18"
Plots = "1.6"
RandomV06 = "0.0.2"
julia = "1.4, 1.5"

4 comments on commit fa710e4

@danspielman
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request updated: JuliaRegistries/General/20963

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.0 -m "<description of version>" fa710e465aac7eaeaea32df3c0752f0c762cf9a3
git push origin v1.2.0

@danspielman
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request updated: JuliaRegistries/General/20963

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.0 -m "<description of version>" fa710e465aac7eaeaea32df3c0752f0c762cf9a3
git push origin v1.2.0

Please sign in to comment.