Skip to content

Commit 56c7859

Browse files
committed
Adjust rust-version used in CI
1 parent 3b99e9d commit 56c7859

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
rust: ["1.36.0", stable, beta, nightly]
12+
rust: ["1.56.0", stable, beta, nightly]
1313
command: [build, test]
1414
steps:
1515
- uses: actions/checkout@v2
@@ -18,7 +18,7 @@ jobs:
1818
run: >
1919
cargo build --verbose
2020
- name: test
21-
if: ${{ matrix.rust != '1.36.0' }}
21+
if: ${{ matrix.rust != '1.56.0' }}
2222
run: >
2323
cargo test --tests --benches
2424
# TODO: add criterion benchmarks?

0 commit comments

Comments
 (0)