Skip to content

Commit

Permalink
add compat entries for stdlibs (#229)
Browse files Browse the repository at this point in the history
* add compat entries for stdlibs

* Update Project.toml

Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com>

---------

Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com>
  • Loading branch information
tpapp and ericphanson authored Oct 31, 2023
1 parent 8f84641 commit 99ad77f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ChainRulesCore = "0.10.3, 1"
LinearAlgebra = "<0.0.1, 1"
Printf = "<0.0.1, 1"
Random = "<0.0.1, 1"
Richardson = "1.2"
SparseArrays = "<0.0.1, 1"
StaticArrays = "0.12, 1.0"
julia = "1"

Expand Down

2 comments on commit 99ad77f

@willtebbutt
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.12.31 -m "<description of version>" 99ad77f05bdf6c023b249025dbb8edc746d52b4f
git push origin v0.12.31

Please sign in to comment.