diff --git a/Makefile.toml b/Makefile.toml index a5c5c7c5..b54d4491 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -1,6 +1,7 @@ # https://github.com/sagiegurari/cargo-make#automatically-extend-workspace-makefile [env] CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = "true" +CARGO_MAKE_CARGO_ALL_FEATURES = "" # # Run `RELEASE_LEVEL=(patch|major|minor) cargo make release` to push a new release of every crate. diff --git a/juniper_warp/Makefile.toml b/juniper_warp/Makefile.toml index 650f0fd6..16c540d4 100644 --- a/juniper_warp/Makefile.toml +++ b/juniper_warp/Makefile.toml @@ -1,3 +1,7 @@ + +[env] +CARGO_MAKE_CARGO_ALL_FEATURES = "" + [tasks.build-verbose] condition = { rust_version = { min = "1.29.0" } }