diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-08-05 11:51:00 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-08-05 13:16:44 +0200 |
commit | 23df4c5b9e5b7fc6b1116dd74a6168419a54d658 (patch) | |
tree | 16781f269b39bebcc56fb14b445fdc9e0ac5319a /.github | |
parent | d45e106bf219d6da94538e2816472ca8026500ba (diff) | |
download | askama-23df4c5b9e5b7fc6b1116dd74a6168419a54d658.tar.gz askama-23df4c5b9e5b7fc6b1116dd74a6168419a54d658.tar.bz2 askama-23df4c5b9e5b7fc6b1116dd74a6168419a54d658.zip |
Remove the askama_iron integration
This web framework seems not to have been updated for quite a while,
and its current version appears to depend on vulnerable crates.
Remove it for now. If someone wants to fix up Iron upstream and
reinstate this, I'd be happy to review your PR.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/rust.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4d83bac..398cb46 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -61,19 +61,6 @@ jobs: - run: cargo test --package askama_gotham --all-targets - run: cargo clippy --package askama_gotham --all-targets -- -D warnings - Iron: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - components: clippy - - run: cargo test --package askama_iron --all-targets - - run: cargo clippy --package askama_iron --all-targets -- -D warnings - Rocket: runs-on: ubuntu-latest steps: |