Skip to content

Commit

Permalink
rust.yml remove build 1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jan 26, 2023
1 parent ac5749d commit aee27e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# first `msrv` should match Cargo.toml:[package]:rust-version
# add a few more for sanity checks (you might be surprised)
# concise listing at https://releases.rs/
msrv: [1.64.0, 1.66.1, 1.68.0]
msrv: [1.64.0, 1.66.1]
runs-on: ${{ matrix.os }}
steps:
# Issue #62: `git config` to workaround `git checkout` error on Windows
Expand Down

0 comments on commit aee27e4

Please sign in to comment.