Skip to content

Commit ee7d11a

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

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ rust:
55
- beta
66
- nightly
77

8+
# TODO: re-enable once new versions are released.
89
# Prevent accidentally breaking older Rust versions
9-
- 1.32.0
10-
- 1.31.0
10+
# - 1.33.0
1111

1212
matrix:
1313
include:

_build/azure-pipelines-template.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
rustup_toolchain: beta
1111
nightly:
1212
rustup_toolchain: nightly
13-
minimum_supported_version_plus_one:
14-
rustup_toolchain: 1.32.0
15-
minimum_supported_version:
16-
rustup_toolchain: 1.31.0
13+
# TODO: re-enable once new versions are released.
14+
# minimum_supported_version_plus_one:
15+
# rustup_toolchain: 1.32.0
16+
#minimum_supported_version:
17+
# rustup_toolchain: 1.33.0
1718
steps:
1819
- ${{ if ne(parameters.name, 'Windows') }}:
1920
# 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)