Skip to content

Commit 7cb77d7

Browse files
committed
Use -Zbuild-std=core in CI; update SECURITY
CI: Add -Zbuild-std=core to the cargo +esp build step so the core library is built for the target (needed for no_std/embedded targets and to avoid missing-sysroot build failures on matrix targets). Docs: Correct the SECURITY.md supported versions table to list 0.1.x as supported (replacing the previous 0.2.x entry) to reflect the actual supported release series.
1 parent b0a3a9a commit 7cb77d7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
default: true
8383
ldproxy: false
8484
- uses: Swatinem/rust-cache@v2
85-
- run: cargo +esp build --target ${{ matrix.target }}
85+
- run: cargo +esp build --target ${{ matrix.target }} -Zbuild-std=core
8686

8787
doc:
8888
name: Docs

SECURITY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
| Version | Supported |
66
|---------|-----------|
7-
| 0.2.x | Yes |
8-
| < 0.2 | No |
7+
| 0.1.x | Yes |
98

109
## Reporting a vulnerability
1110

0 commit comments

Comments
 (0)