Skip to content

Commit abd3785

Browse files
committed
Remove MSRV builder as it's broken
1 parent 18d0fd3 commit abd3785

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: .github/workflows/main.yml

-9
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,3 @@ jobs:
4848
- name: Install Rust
4949
run: rustup update stable && rustup default stable && rustup component add rustfmt
5050
- run: cargo fmt -- --check
51-
52-
msrv:
53-
name: MSRV
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@master
57-
- name: Install Rust
58-
run: rustup update 1.33.0 && rustup default 1.33.0
59-
- run: cargo build

0 commit comments

Comments
 (0)