Files
matrix-rust-sdk/.github/workflows/msrv.yaml
dependabot[bot] 13247c3201 chore(deps): bump taiki-e/install-action from 2.77.6 to 2.79.1
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.6 to 2.79.1.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](c070f87102...b550161ef8)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-26 09:43:47 +03:00

23 lines
560 B
YAML

name: Rust version
on:
workflow_dispatch:
push:
branches: ["main", "features/**", "release-**"]
pull_request:
branches: ["main", "features/**", "release-**"]
permissions: {}
jobs:
msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: taiki-e/install-action@b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e # cargo-hack
with:
tool: cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets