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.
1 parent c8faa5f commit 57c31fbCopy full SHA for 57c31fb
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
name: Lints
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
with:
19
submodules: recursive
20
@@ -45,7 +45,7 @@ jobs:
45
env:
46
RUSTDOCFLAGS: -Dwarnings
47
48
49
- uses: dtolnay/rust-toolchain@nightly
50
- uses: dtolnay/install@cargo-docs-rs
51
- run: cargo docs-rs -p swiftnav
@@ -78,7 +78,7 @@ jobs:
78
binary_target: x86_64-unknown-linux-gnu
79
toolchain: 1.87.0
80
81
82
83
84
0 commit comments