Skip to content

Commit 98d001c

Browse files
ci: Update to latest bindings version
1 parent 290ba4c commit 98d001c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
conf:
4444
- {
4545
name: "gtk4",
46-
features: "v4_16,xml_validation,blueprint",
46+
features: "v4_18,xml_validation,blueprint",
4747
test_sys: false,
4848
}
4949
- { name: "gsk4", features: "v4_14,broadway,vulkan", test_sys: true }

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
uses: actions-rs/cargo@v1
4141
with:
4242
command: build
43-
args: --features v4_14,xml_validation --manifest-path ./gtk4/Cargo.toml
43+
args: --features v4_16,xml_validation --manifest-path ./gtk4/Cargo.toml
4444
- name: Clippy
4545
uses: actions-rs/cargo@v1
4646
with:
4747
command: clippy
48-
args: --features v4_14,xml_validation --manifest-path ./gtk4/Cargo.toml
48+
args: --features v4_16,xml_validation --manifest-path ./gtk4/Cargo.toml
4949
# FIXME: renable once https://github.com/gtk-rs/gtk4-rs/issues/1235 is fixed
5050
#- name: Tests
5151
# uses: actions-rs/cargo@v1

.github/workflows/windows-msvc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
id: cache
3434
with:
3535
path: c:/gnome
36-
key: ${{ runner.os }}-gtk4-15.4
36+
key: ${{ runner.os }}-gtk4-17.1
3737
restore-keys: |
38-
${{ runner.os }}-gtk4-15.4
38+
${{ runner.os }}-gtk4-17.1
3939
4040
- name: Set up the PATH environment
4141
run: |
@@ -94,17 +94,17 @@ jobs:
9494
uses: actions-rs/cargo@v1
9595
with:
9696
command: build
97-
args: --features v4_16,xml_validation
97+
args: --features v4_18,xml_validation
9898
- name: Clippy
9999
uses: actions-rs/cargo@v1
100100
with:
101101
command: clippy
102-
args: --features v4_16,xml_validation
102+
args: --features v4_18,xml_validation
103103
- name: Tests
104104
uses: actions-rs/cargo@v1
105105
with:
106106
command: test
107-
args: --features v4_16,xml_validation
107+
args: --features v4_18,xml_validation
108108

109109
- name: Build gdk-win32
110110
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)