Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Limit package compat to Julia ~1.3,~1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krrutkow committed Aug 15, 2020
1 parent 7c82504 commit 7863670
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 @@ -10,6 +10,6 @@ LLVM_jll = "86de99a1-58d6-5da7-8064-bd56ce2e322c"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"

[compat]
julia = "^1.3"
julia = "~1.3,~1.4"
CBinding = "^0.9.0"
LLVM_jll = "6.0.1,8.0.1"

4 comments on commit 7863670

@krrutkow
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/19397

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.3.1 -m "<description of version>" 78636705530b2e512b8f48a65880d0c827bd9dd5
git push origin v0.3.1

@krrutkow
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/19397

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.3.1 -m "<description of version>" 78636705530b2e512b8f48a65880d0c827bd9dd5
git push origin v0.3.1

Please sign in to comment.