Skip to content

Commit

Permalink
Add DelimitedFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Dec 29, 2019
1 parent 20852d0 commit 3cb0c26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ julia = "1.0.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"

[targets]
test = ["Test"]
test = ["Test", "DelimitedFiles"]

2 comments on commit 3cb0c26

@Gnimuc
Copy link
Owner Author

@Gnimuc Gnimuc commented on 3cb0c26 Dec 29, 2019

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/7273

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

Please sign in to comment.