File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,6 @@ jobs:
4444
- name: Check code formatting
4545
run: cargo fmt --all -- --check
4646

47-
# this checks the msrv
48-
msrv:
49-
name: Verify MSRV
50-
runs-on: ubuntu-latest
51-
steps:
52-
- uses: actions/checkout@v4
53-
- uses: baptiste0928/cargo-install@v3
54-
with:
55-
crate: cargo-msrv
56-
- name: Verify minimum rust version of influxdb crate
57-
run: cargo msrv --path influxdb --output-format json verify
58-
- name: Verify minimum rust version of influxdb_derive crate
59-
run: cargo msrv --path influxdb_derive --output-format json verify
60-
6147
# this tests that all unit and doc tests are successful
6248
unit_tests:
6349
name: Unit and Doc Tests (Rust ${{matrix.rust.name}} on ${{matrix.os}})

0 commit comments

Comments
 (0)