From d43d5f2c2d0d1e18c0a6f109d1cb7896665aea80 Mon Sep 17 00:00:00 2001 From: Christoph Herzog <chris@theduke.at> Date: Wed, 19 Dec 2018 12:46:37 +0100 Subject: [PATCH] Fix cargo make config for 2018 edition test crate --- .../juniper_2018_edition_tests/Makefile.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/integration_tests/juniper_2018_edition_tests/Makefile.toml b/integration_tests/juniper_2018_edition_tests/Makefile.toml index 2eb53565..5da8a6a6 100644 --- a/integration_tests/juniper_2018_edition_tests/Makefile.toml +++ b/integration_tests/juniper_2018_edition_tests/Makefile.toml @@ -1,15 +1,15 @@ [tasks.build-verbose] -condition = { rust_version = { min = "1.32.0" } } +condition = { rust_version = { min = "1.31.0" } } [tasks.build-verbose.windows] -condition = { rust_version = { min = "1.32.0" } } +condition = { rust_version = { min = "1.31.0" } } [tasks.test-verbose] -condition = { rust_version = { min = "1.32.0" } } +condition = { rust_version = { min = "1.31.0" } } [tasks.test-verbose.windows] -condition = { rust_version = { min = "1.32.0" } } +condition = { rust_version = { min = "1.31.0" } } [tasks.ci-coverage-flow] disabled = true