Skip to content

Commit

Permalink
Added CSB compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fcdimitr committed Jul 18, 2022
1 parent 8b9425c commit b7ff9ce
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 @@ -11,6 +11,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CSB_jll = "1"
DocStringExtensions = "0.8"
julia = "1"

Expand Down

2 comments on commit b7ff9ce

@fcdimitr
Copy link
Owner 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/64491

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>" b7ff9ce3d7346b14c9bf94c1ef9869a54d66ca3d
git push origin v0.1.0

Please sign in to comment.