Skip to content

Commit

Permalink
Update dependency compatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasgal committed Jun 15, 2020
1 parent 1fc132f commit fb389e8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
CodecZlib = "0.6.0, 0.7.0"
MD5 = "0.2.1"
Mixers = "0.1.0"
Parameters = "0.12.0"
StaticArrays = "0.12.0"
CodecZlib = "^0.6.0, ^0.7.0"
DataFrames = "^0.21"
MD5 = "^0.2.1"
Mixers = "^0.1.0"
Parameters = "^0.12.0"
StaticArrays = "^0.12.0"
julia = "1"

[extras]
Expand Down

2 comments on commit fb389e8

@tamasgal
Copy link
Member 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/16426

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 v0.1.4 -m "<description of version>" fb389e8303df02ea7bd06ade9e3c65cecd281ca2
git push origin v0.1.4

Please sign in to comment.