use stable rust toolchain in ci

This commit is contained in:
Mira Ressel
2023-04-11 12:47:06 +02:00
parent 03763dd077
commit b4a50e2775
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ check-rustdoc:
SKIP_WASM_BUILD: 1
RUSTDOCFLAGS: "-Dwarnings"
script:
- time cargo +nightly doc --workspace --all-features --verbose --no-deps
- time cargo doc --workspace --all-features --verbose --no-deps
cargo-check-benches:
stage: test