feat: bump MSRV to 1.59 (#5296)

This commit is contained in:
Lucas Fernandes Nogueira
2022-09-28 14:33:35 -03:00
committed by GitHub
parent 1dd722c4a7
commit 7d9aa3987e
33 changed files with 48 additions and 41 deletions

View File

@@ -72,7 +72,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date

View File

@@ -74,7 +74,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date

View File

@@ -60,7 +60,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date

View File

@@ -97,7 +97,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date

View File

@@ -39,12 +39,12 @@ jobs:
- {
target: x86_64-unknown-linux-gnu,
os: ubuntu-latest,
toolchain: '1.57.0'
toolchain: '1.59.0'
}
- {
target: x86_64-apple-darwin,
os: macos-latest,
toolchain: '1.57.0'
toolchain: '1.59.0'
}
steps:
@@ -88,7 +88,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date
@@ -100,10 +100,6 @@ jobs:
${{ matrix.platform.os }}-${{ matrix.platform.toolchain }}-
${{ matrix.platform.os }}-
- name: pin time
run: |
cargo update -p time --precise 0.3.13
- name: test
run: |
cargo test --target ${{ matrix.platform.target }}

View File

@@ -161,7 +161,7 @@ jobs:
- name: Cache core cargo target
uses: actions/cache@v2
env:
cache-name: cargo_core
cache-name: cargo-core
with:
path: target
# Add date to the cache to keep it up to date