Skip to content

Commit

Permalink
Add [compat] for Grisu (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Sep 23, 2020
1 parent abc55ee commit 1332968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Project.toml
Expand Up @@ -8,6 +8,7 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Grisu = "42e2da0e-8278-4e71-bc24-59509adca0fe"

[compat]
Grisu = "1"
julia = "1"

[extras]
Expand Down
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

2 comments on commit 1332968

@timholy
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/21845

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.3.2 -m "<description of version>" 1332968464f3eb3bbe8de08cb8c46c8ff25cdd0c
git push origin v0.3.2

Please sign in to comment.