Skip to content

Commit

Permalink
Bump minimum rust version to 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed May 12, 2019
1 parent 67b28c5 commit 873858e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ rust:
- nightly

# Prevent accidentally breaking older Rust versions
- 1.32.0
- 1.31.0
- 1.33.0

matrix:
include:
Expand Down
6 changes: 3 additions & 3 deletions _build/azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
rustup_toolchain: beta
nightly:
rustup_toolchain: nightly
minimum_supported_version_plus_one:
rustup_toolchain: 1.32.0
# minimum_supported_version_plus_one:
# rustup_toolchain: 1.32.0
minimum_supported_version:
rustup_toolchain: 1.31.0
rustup_toolchain: 1.33.0
steps:
- ${{ if ne(parameters.name, 'Windows') }}:
# Linux and macOS.
Expand Down
2 changes: 1 addition & 1 deletion juniper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This should not have any impact on your code, since juniper already was 2018 com

### Other changes

- The minimum required Rust version is now `1.31.0`.
- The minimum required Rust version is now `1.33.0`.
- The `ScalarValue` custom derive has been renamed to `GraphQLScalarValue`.
- Added built-in support for the canonical schema introspection query via
`juniper::introspect()`.
Expand Down

0 comments on commit 873858e

Please sign in to comment.