From a5be3a878c2b1de36cf7c6f22f966c9890d4bdf0 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Tue, 28 Jul 2020 10:00:41 -1000 Subject: [PATCH] Unbreak integration with latest rocket master (#722) This commit changed where `Outcome` is exported: https://github.com/SergioBenitez/Rocket/commit/adc79016cdfe732a6c095dd96aa5286a70c4d3be --- juniper_rocket_async/src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/juniper_rocket_async/src/lib.rs b/juniper_rocket_async/src/lib.rs index f3c02bb4..cada6cda 100644 --- a/juniper_rocket_async/src/lib.rs +++ b/juniper_rocket_async/src/lib.rs @@ -44,11 +44,10 @@ use std::io::Cursor; use rocket::{ data::{self, FromData}, http::{ContentType, RawStr, Status}, + outcome::Outcome::{Failure, Forward, Success}, request::{FormItems, FromForm, FromFormValue}, response::{self, content, Responder, Response}, - Data, - Outcome::{Failure, Forward, Success}, - Request, + Data, Request, }; use juniper::{