Skip to content

Commit 40d32d4

Browse files
committed
Use 1.39 for MSV/clippy
1 parent bba0dd5 commit 40d32d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
2-
clippy_toolchain: 1.38.0
3-
minimum_toolchain: 1.38.0
2+
clippy_toolchain: 1.39.0
3+
minimum_toolchain: 1.39.0
44

55
resources:
66
repositories:

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- 1.38.0 # pinned toolchain for clippy
3+
- 1.39.0 # pinned toolchain for clippy
44
- stable
55
- beta
66
- nightly
@@ -11,7 +11,7 @@ matrix:
1111

1212
env:
1313
global:
14-
- CLIPPY_RUST_VERSION=1.38.0
14+
- CLIPPY_RUST_VERSION=1.39.0
1515

1616
before_script:
1717
- bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "$CLIPPY_RUST_VERSION" ]]; then

0 commit comments

Comments
 (0)