Skip to content

Commit

Permalink
removed datastructures
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed May 19, 2023
1 parent 996c0d7 commit 91f0ff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.2.0"

[deps]
BinaryTraits = "190e46ec-f771-4705-b939-984896f7be0e"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Expand Down

2 comments on commit 91f0ff8

@louisponet
Copy link
Owner 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/83877

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.0 -m "<description of version>" 91f0ff8f790a043255234736f7b1704d10c87298
git push origin v0.2.0

Please sign in to comment.