Skip to content

Bump MSRV to 1.75.0 #46

Bump MSRV to 1.75.0

Bump MSRV to 1.75.0 #46

Workflow file for this run

name: devcontainer
# When a pull request is opened that changes the Devcontainer configuration,
# ensure that the container continues to build properly.
on:
pull_request:
paths:
- .devcontainer/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker build .devcontainer