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

Commit f315486

Browse files
authored
Merge pull request #21 from krrutkow/master
Update for Julia 1.6 (Clang 11) and bump version to v0.4.2
2 parents eb07dd1 + b7823a1 commit f315486

File tree

5 files changed

+14548
-7
lines changed

5 files changed

+14548
-7
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.5'
14+
# - '1.6'
1415
# - 'nightly'
1516
os:
1617
- ubuntu-latest

.github/workflows/TagBot.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 * * * *
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
57
jobs:
68
TagBot:
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
710
runs-on: ubuntu-latest
811
steps:
912
- uses: JuliaRegistries/TagBot@v1
1013
with:
11-
token: ${{ secrets.GITHUB_TOKEN }}
12-
ssh: ${{ secrets.TAGBOT_DEPLOY_KEY }}
14+
token: ${{ secrets.GITHUB_TOKEN }}

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CBindingGen"
22
uuid = "308a6e0c-0495-45e1-b1ab-67fb455a0d77"
33
authors = ["Keith Rutkowski <[email protected]>"]
4-
version = "0.4.1"
4+
version = "0.4.2"
55

66
[deps]
77
CBinding = "d43a6710-96b8-4a2d-833c-c424785e5374"
@@ -12,4 +12,4 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
1212
[compat]
1313
julia = "^1.5"
1414
CBinding = "^0.9.0"
15-
Clang_jll = "9.0.1"
15+
Clang_jll = "9.0.1,11.0.0"

0 commit comments

Comments
 (0)