Skip to content

Commit 410b8f0

Browse files
committed
Bump minimum rust version to 1.32
1 parent 5d6c38b commit 410b8f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust:
77

88
# Prevent accidentally breaking older Rust versions
99
- 1.32.0
10-
- 1.31.0
10+
# - 1.31.0
1111

1212
matrix:
1313
include:

_build/azure-pipelines-template.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
rustup_toolchain: beta
1111
nightly:
1212
rustup_toolchain: nightly
13-
minimum_supported_version_plus_one:
14-
rustup_toolchain: 1.32.0
13+
# minimum_supported_version_plus_one:
14+
# rustup_toolchain: 1.32.0
1515
minimum_supported_version:
16-
rustup_toolchain: 1.31.0
16+
rustup_toolchain: 1.32.0
1717
steps:
1818
- ${{ if ne(parameters.name, 'Windows') }}:
1919
# Linux and macOS.

juniper/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This should not have any impact on your code, since juniper already was 2018 com
1717

1818
### Other changes
1919

20-
- The minimum required Rust version is now `1.31.0`.
20+
- The minimum required Rust version is now `1.32.0`.
2121
- The `ScalarValue` custom derive has been renamed to `GraphQLScalarValue`.
2222
- Added built-in support for the canonical schema introspection query via
2323
`juniper::introspect()`.

0 commit comments

Comments
 (0)