Skip to content

Bump Rust toolchain channel from 1.81 to 1.82 #69

Bump Rust toolchain channel from 1.81 to 1.82

Bump Rust toolchain channel from 1.81 to 1.82 #69

Workflow file for this run

name: Dev
on:
pull_request:
paths:
- .github/workflows/dev.yml
- Cargo.lock
- Cargo.toml
- Containerfile.dev
- Justfile
push:
branches:
- main
permissions: read-all
jobs:
container:
name: Container
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install Just
uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0
with:
tool: just@1
- name: Build
run: just dev-img