Skip to content

Commit

Permalink
Accidentally added CpuId as a direct dependency (forgot I'd activated…
Browse files Browse the repository at this point in the history
… the project). Reverting.
  • Loading branch information
chriselrod committed Mar 2, 2020
1 parent 6759dba commit d38ea34
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 @@ -4,7 +4,6 @@ authors = ["Chris Elrod <[email protected]>"]
version = "0.6.19"

[deps]
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a"
Expand Down

2 comments on commit d38ea34

@chriselrod
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/10373

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.6.19 -m "<description of version>" d38ea34385b7ec57f0d689833e084f4d51900fd3
git push origin v0.6.19

Please sign in to comment.