From 0745738eb12e5fb6277f9514adb66a177b511667 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 14:05:18 -0500 Subject: [PATCH] Add resolver = 2 to fix Windows build error on Travis CI (#24196) (#24259) (cherry picked from commit a5e740431ad8f86ac3f4cfa8d6149601f2fb406b) Co-authored-by: Will Hickey --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3a7db846e3..2f6e9f66f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,3 +88,6 @@ members = [ exclude = [ "programs/bpf", ] + +# This prevents a Travis CI error when building for Windows. +resolver = "2"