diff --git a/juniper_hyper/Makefile.toml b/juniper_hyper/Makefile.toml index a662cc65..109c4028 100644 --- a/juniper_hyper/Makefile.toml +++ b/juniper_hyper/Makefile.toml @@ -3,10 +3,10 @@ # TODO: remove this file completely once the crate compiles again. [tasks.build-verbose] -condition = { channels = [] } +condition = { channels = ["nightly"] } [tasks.test-verbose] -condition = { channels = [] } +condition = { channels = ["nightly"] } [tasks.ci-coverage-flow] -condition = { channels = [] } +condition = { channels = ["nightly"] }