Skip to content

Commit

Permalink
Fix deps version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Jul 24, 2023
1 parent 7564082 commit f0dcf7a
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 @@ -17,7 +17,7 @@ Adapt = "1, 2, 3"
ChainRulesCore = "1"
ChangesOfVariables = "0.1.3"
Functors = "0.2, 0.3, 0.4"
HeterogeneousComputing = "0"
HeterogeneousComputing = "0.1"
InverseFunctions = "0.1.8"
KernelAbstractions = "0.9"
julia = "1.6"

2 comments on commit f0dcf7a

@oschulz
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/87627

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

Please sign in to comment.