From e8b81cbf85fcb8cc87ab9245e192917498e09290 Mon Sep 17 00:00:00 2001 From: Greg Soltis Date: Wed, 31 May 2023 10:48:12 -0700 Subject: [PATCH] Set feature to use Go daemon --- crates/turborepo-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/turborepo-lib/Cargo.toml b/crates/turborepo-lib/Cargo.toml index e5cc9a4ae5d52..8f2898c49ec9a 100644 --- a/crates/turborepo-lib/Cargo.toml +++ b/crates/turborepo-lib/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" [features] # Allows configuring a specific tls backend for reqwest. # See top level Cargo.toml for more details. -default = ["rustls-tls"] +default = ["rustls-tls", "go-daemon"] native-tls = ["turborepo-api-client/native-tls", "turbo-updater/native-tls"] rustls-tls = ["turborepo-api-client/rustls-tls", "turbo-updater/rustls-tls"] run-stub = []