Browse Source

Update MSRV to 1.37.0

pull/502/head
Jakub Konka 5 years ago
parent
commit
10e0b87ebf
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable, 1.36.0]
rust: [stable, 1.37.0]
steps:
- name: Checkout

Loading…
Cancel
Save