There was an error while loading. Please reload this page.
1 parent 38ff4ea commit 6a69e56Copy full SHA for 6a69e56
.github/workflows/rust.yml
@@ -8,7 +8,7 @@ on:
8
- cron: '0 18 * * *'
9
10
env:
11
- check_ext_rust_version: nightly-2024-06-30
+ check_ext_rust_version: nightly-2025-05-04
12
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml
13
14
jobs:
@@ -89,7 +89,7 @@ jobs:
89
check-external-types:
90
name: Validate external types appearing in public API
91
runs-on: ubuntu-latest
92
- continue-on-error: true
+ continue-on-error: false
93
steps:
94
- name: Checkout sources
95
uses: actions/checkout@v4
0 commit comments