Skip to content

Commit

Permalink
add compat for Requires.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaeder committed Jun 28, 2021
1 parent c12883c commit e80e36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
julia --project=docs -e '
using Pkg
# XXX: temp solution to resolve deps
Pkg.add(url="https://github.com/JuliaPlots/GraphMakie.jl", rev="f9b8c18")
Pkg.add(url="https://github.com/JuliaPlots/GraphMakie.jl", rev="2301fbb")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- run: |
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
GeometryBasics = "0.3"
Requires = "1"
julia = "1"

[extras]
Expand Down

2 comments on commit e80e36a

@hexaeder
Copy link
Collaborator 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/39773

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.0 -m "<description of version>" e80e36ab51a5748e4e67b1a94b4ddc03c8614126
git push origin v0.4.0

Please sign in to comment.