File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 LIBWEBAUTHN_PSL_SYSTEM_TEST : " 1"
3636 - name : Verify libwebauthn publishes cleanly
3737 run : cargo publish --dry-run -p libwebauthn
38+
39+ msrv :
40+ name : Verify MSRV
41+ runs-on : ubuntu-latest
42+ steps :
43+ - uses : actions/checkout@v2
44+ - name : Checkout submodules
45+ run : git submodule update --init --recursive
46+ - name : Update apt cache
47+ run : sudo apt-get update
48+ - name : Install system dependencies
49+ run : sudo apt-get install libudev-dev libdbus-1-dev libsodium-dev libnfc-dev libpcsclite-dev publicsuffix
50+ - name : Install declared MSRV toolchain
51+ run : rustup toolchain install 1.88 --profile minimal
52+ - name : Check against declared MSRV
53+ run : cargo +1.88 check --workspace --all-features
Original file line number Diff line number Diff line change 22name = " libwebauthn-tests"
33version = " 0.0.0"
44edition = " 2021"
5+ rust-version = " 1.88"
56publish = false
67license-file = " ../COPYING"
78
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ authors = [
88 " Isaiah Inuwa <isaiah.inuwa@gmail.com>" ,
99]
1010edition = " 2021"
11+ rust-version = " 1.88"
1112license = " LGPL-2.1-or-later"
1213license-file = " ../COPYING"
1314readme = " ../README.md"
You can’t perform that action at this time.
0 commit comments