Skip to content

Commit

Permalink
Drop unnecessary dependency to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Apr 10, 2021
1 parent e8edec0 commit 18ca7e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ repo = "https://github.com/JuliaMath/AccurateArithmetic.jl.git"
version = "0.3.6"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
JSON = "0.21"
VectorizationBase = "0.19"
julia = "1.5"

2 comments on commit 18ca7e7

@ffevotte
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

This release is the first to be compatible with Julia v1.6

Changes:

@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/34002

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.6 -m "<description of version>" 18ca7e7ccb4eb7106afdc8e0f59407bc95a38dee
git push origin v0.3.6

Please sign in to comment.