Skip to content

Commit

Permalink
Merge pull request #347 from JuliaInterop/upgrade-julia1.7
Browse files Browse the repository at this point in the history
Upgrade Clang deps for Julia 1.7
  • Loading branch information
Gnimuc committed Dec 1, 2021
2 parents a13482d + 23d95da commit 2c9230d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.7'
# - 'nightly'
os:
- ubuntu-latest
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.6'
version: '1.7'
- run: |
julia --project=docs -e '
using Pkg
Expand Down
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name = "Clang"
uuid = "40e3b903-d033-50b4-a0cc-940c62c95e31"
authors = ["Isaiah Norton", "Yupei Qi <qiyupei@gmail.com>"]
version = "0.14.1"
version = "0.15.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -12,10 +11,10 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[compat]
CEnum = "0.4"
Clang_jll = "~11.0.1"
Clang_jll = "~12.0.1"
Downloads = "1.4"
TOML = "1.0"
julia = "~1.6.0"
julia = "~1.7.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 2c9230d

@Gnimuc
Copy link
Member Author

@Gnimuc Gnimuc commented on 2c9230d Dec 1, 2021

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

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.15.0 -m "<description of version>" 2c9230dc28a7d6d3bb33025b8c99a302f7ce5170
git push origin v0.15.0

Please sign in to comment.