Skip to content

Commit

Permalink
rm Revise and add StaticArrays compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ToucheSir authored Jun 17, 2022
1 parent 182aa5f commit 1b57e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand All @@ -17,4 +16,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Ghost = "0.3.2"
NNlib = "0.8"
ProtoBuf = "= 0.11.1"
StaticArrays = "1"
julia = "1.6"

2 comments on commit 1b57e36

@ToucheSir
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/62565

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>" 1b57e362a0d7eb3c34661d2cb3327b5ada4dafaa
git push origin v0.2.0

Please sign in to comment.