aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar René Kijewski <kijewski@library.vetmed.fu-berlin.de>2022-06-16 07:44:06 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-06-16 08:44:28 +0200
commit5cdffd6e0e9eb0a408cec6e5a143231e139970fe (patch)
treea2c803de0fac66fa07f217878479fdb87143cb93 /.github/workflows
parentd4c13f5b4367fd3ca57fc14fdcf1d01694060c7a (diff)
downloadaskama-5cdffd6e0e9eb0a408cec6e5a143231e139970fe.tar.gz
askama-5cdffd6e0e9eb0a408cec6e5a143231e139970fe.tar.bz2
askama-5cdffd6e0e9eb0a408cec6e5a143231e139970fe.zip
Update to Rocket 0.5
Though Rocket 0.5 still only a release candidate, Rocket 0.4 severely outdated, and depends on a bunch of crates with active security advisories. Rocket 0.5 updates its dependencies to fixes versions. Also Rocket 0.4 needs a nightly Rust, which caused multiple problems.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 26ca174..6e4e4bc 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -81,7 +81,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
- toolchain: nightly
+ toolchain: stable
override: true
components: clippy
- run: cargo test --package askama_rocket --all-targets