README: Fix MSRV badge

This commit is contained in:
Marijn Suijten
2023-11-04 22:40:15 +01:00
parent 100d5bc1d4
commit e14d2c1deb
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -17,13 +17,13 @@ jobs:
fail-fast: false
matrix:
# See top README for MSRV policy
rust_version: [1.68.0, stable]
rust-version: [1.68.0, stable]
steps:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ matrix.rust_version }}
rust-version: ${{ matrix.rust-version }}
- name: Install Rust targets
run: >
@@ -57,7 +57,7 @@ jobs:
build --features native-activity
- name: Build agdk-mainloop example
if: matrix.rust_version == 'stable'
if: matrix.rust-version == 'stable'
working-directory: examples/agdk-mainloop
run: >
cargo ndk
@@ -68,7 +68,7 @@ jobs:
-o app/src/main/jniLibs/ -- build
- name: Build na-mainloop example
if: matrix.rust_version == 'stable'
if: matrix.rust-version == 'stable'
working-directory: examples/na-mainloop
run: >
cargo ndk