Skip to content

Commit

Permalink
Set Adapt.jl compat to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Jul 30, 2022
1 parent b0ca5f8 commit 4bd7af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
WoodburyMatrices = "efce3f68-66dc-5838-9240-27a6d6f5f9b6"

[compat]
Adapt = "3.4"
AxisAlgorithms = "0.3, 1"
ChainRulesCore = "0.10, 1.0, 1.2, 1.3"
OffsetArrays = "0.10, 0.11, 1.0.1"
Expand Down

2 comments on commit 4bd7af8

@mkitti
Copy link
Collaborator Author

@mkitti mkitti commented on 4bd7af8 Jul 30, 2022

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/65328

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.14.1 -m "<description of version>" 4bd7af8f19ab4c88f9479277b105353cd265c4fe
git push origin v0.14.1

Please sign in to comment.