Skip to content

Commit

Permalink
Merge pull request #24 from JuliaLinearAlgebra/compathelper/new_versi…
Browse files Browse the repository at this point in the history
…on/2020-09-22-11-49-05-897-620570300

CompatHelper: add new compat entry for "Adapt" at version "2.1"
  • Loading branch information
andreasnoack committed Sep 22, 2020
2 parents 8e72dea + c280c28 commit 6d31728
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 @@ -7,6 +7,7 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
Adapt = "2.1"
julia = "1"

[extras]
Expand Down

2 comments on commit 6d31728

@andreasnoack
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/21776

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.4.1 -m "<description of version>" 6d317283d9b4e015ab5410d58feadcdd37660e6d
git push origin v0.4.1

Please sign in to comment.