Skip to content

Commit 873858e

Browse files
committed
Bump minimum rust version to 1.33
1 parent 67b28c5 commit 873858e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ rust:
66
- nightly
77

88
# Prevent accidentally breaking older Rust versions
9-
- 1.32.0
10-
- 1.31.0
9+
- 1.33.0
1110

1211
matrix:
1312
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.33.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.33.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)