Skip to content

Commit

Permalink
stricter upper bounds on compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback authored Mar 7, 2020
1 parent e9b6510 commit 4fae58c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[compat]
DataStructures = ">=0.16"
ProgressMeter = ">=1.2"
XMLDict = ">=0.4"
DataStructures = "^0.16"
ProgressMeter = "^1.2"
XMLDict = "0.4"
julia = "^1.3"

[extras]
Expand Down

2 comments on commit 4fae58c

@alecloudenback
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/10673

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 4fae58c207aeb598a92a4c675e6ec5a51ace8251
git push origin v0.4.0

Please sign in to comment.