{"id":16694712,"url":"https://github.com/spenserblack/actions-msrv","last_synced_at":"2026-04-09T08:54:51.626Z","repository":{"id":39762847,"uuid":"421562601","full_name":"spenserblack/actions-msrv","owner":"spenserblack","description":"Get the Minimum Supported Rust Version of your project","archived":false,"fork":false,"pushed_at":"2022-10-11T22:00:41.000Z","size":31,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-08T18:13:11.881Z","etag":null,"topics":["actions","cargo","github-actions","github-workflow","hacktoberfest","msrv","rust"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spenserblack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-26T19:44:06.000Z","updated_at":"2022-10-11T16:34:02.000Z","dependencies_parsed_at":"2022-09-07T09:10:07.608Z","dependency_job_id":null,"html_url":"https://github.com/spenserblack/actions-msrv","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Factions-msrv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Factions-msrv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Factions-msrv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Factions-msrv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spenserblack","download_url":"https://codeload.github.com/spenserblack/actions-msrv/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500771,"owners_count":20300770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","cargo","github-actions","github-workflow","hacktoberfest","msrv","rust"],"created_at":"2024-10-12T16:47:52.873Z","updated_at":"2025-12-28T09:14:14.369Z","avatar_url":"https://github.com/spenserblack.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# actions-msrv\n\n[![Publish Docker Image](https://github.com/spenserblack/actions-msrv/actions/workflows/publish.yml/badge.svg)](https://github.com/spenserblack/actions-msrv/actions/workflows/publish.yml)\n\nGet the Minimum Supported Rust Version of your project\n\nThis is essentially a wrapper around [cargo-msrv](https://github.com/foresterre/cargo-msrv).\nMany thanks to the maintainers of that crate!\n\n## Usage\n\n### Basics\n\n```yaml\nsteps:\n  - uses: actions/checkout@v2\n  - uses: spenserblack/actions-msrv@\u003ccommit-ish\u003e\n    id: get-msrv\n  - run: 'echo \"MSRV is ${{ steps.get-msrv.outputs.msrv }}\"'\n```\n\n### Setting MSRV in `Cargo.toml`\n\n```yaml\n- uses: spenserblack/actions-msrv@\u003ccommit-ish\u003e\n  with:\n    set: true\n```\n\n## [Examples](./examples/.github/workflows/examples.yml)\n\n*__NOTE__ You might want to look up [reusable workflows][reusing wf docs]\nto easily use the examples.*\n\n[reusing wf docs]: https://docs.github.com/en/actions/learn-github-actions/reusing-workflows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspenserblack%2Factions-msrv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspenserblack%2Factions-msrv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspenserblack%2Factions-msrv/lists"}