Skip to content

Commit

Permalink
add support for new reexport version
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk authored Jun 8, 2021
1 parent 7ee90da commit 3aea853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
ExprRules = "0.4"
AbstractTrees = "0.2,0.3"
DataStructures = "0.17,0.18"
Reexport = "1.0"
Reexport = "1.0,1.1"
StatsBase = "0.33"
julia = "1"

Expand All @@ -28,4 +28,4 @@ CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

[targets]
test = ["Test", "CSV", "Statistics", "CPUTime", "DataFrames"]
test = ["Test", "CSV", "Statistics", "CPUTime", "DataFrames"]

3 comments on commit 3aea853

@mykelk
Copy link
Member Author

@mykelk mykelk commented on 3aea853 Jun 8, 2021

Choose a reason for hiding this comment

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

@mykelk
Copy link
Member Author

@mykelk mykelk commented on 3aea853 Jun 8, 2021

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 created: JuliaRegistries/General/38421

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.2.2 -m "<description of version>" 3aea8533e2417c138b9af51b07261ee4091d52e2
git push origin v0.2.2

Please sign in to comment.