roadster 0.8.1

A "Batteries Included" web framework for rust designed to get you moving fast.
Documentation
# A separate workflow to check semver compatibility. This is in a separate workflow
# to avoid semver check failures (which will always happen when we're intentionally working on a
# new set of breaking changes) from making it look like our CI checks are failing.

name: Semver

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

env:
  CARGO_TERM_COLOR: always

jobs:
  check_semver:
    name: Check Semver
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
      - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
      - name: Check semver
        uses: obi1kenobi/cargo-semver-checks-action@5b298c9520f7096a4683c0bd981a7ac5a7e249ae