Revert "Set minimum rust version in Cargo.toml"

This commit is contained in:
Mark Thom
2022-03-12 11:10:17 -07:00
committed by GitHub
parent 59e2c3fd5e
commit 75fc922898
2 changed files with 1 additions and 12 deletions

View File

@@ -38,13 +38,3 @@ jobs:
with:
command: test
args: --verbose --all --no-default-features --features num
msrv:
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install cargo-msrv
uses: baptiste0928/cargo-install@v1.1.0
with:
crate: cargo-msrv
- name: Verify MSRV
run: cargo msrv --verify