We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zeroize
1 parent 19bac2b commit b7e149dCopy full SHA for b7e149d
.github/workflows/test.yml
@@ -41,6 +41,10 @@ jobs:
41
rustup default ${{ matrix.rust }}
42
- name: Checkout
43
uses: actions/checkout@v4
44
+ - name: Pin `zeroize` for MSRV
45
+ if: matrix.rust == '1.57.0'
46
+ run:
47
+ cargo update -p zeroize --precise 1.6.0
48
- name: Build
49
run:
50
cargo build --workspace ${{ matrix.features }}
@@ -89,6 +93,10 @@ jobs:
89
93
90
94
91
95
96
97
98
99
92
100
101
102
cargo build --target thumbv6m-none-eabi ${{ matrix.features }} -p ensure-no-std
0 commit comments