Skip to content

Commit

Permalink
Add bounds for stdlibs.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Oct 31, 2023
1 parent 1e70f93 commit 1458916
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 @@ -17,6 +17,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Adapt = "2.0, 3.0"
GPUArraysCore = "= 0.1.5"
LLVM = "3.9, 4, 5, 6"
LinearAlgebra = "1"
Printf = "1"
Random = "1"
Reexport = "1"
Serialization = "1"
Statistics = "1"
julia = "1.8"

2 comments on commit 1458916

@maleadt
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 created: JuliaRegistries/General/94506

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 v9.1.0 -m "<description of version>" 145891681ebfa772d9d2f0cd8964d448425ff2de
git push origin v9.1.0

Please sign in to comment.