From a175c711997abb473d2a68ceb5eb527da60ee2ff Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 9 Mar 2024 00:27:30 +0100 Subject: [PATCH] update ee repo --- backend/windmill-api/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/windmill-api/Cargo.toml b/backend/windmill-api/Cargo.toml index 2556d1ca9e..563c5ff6c2 100644 --- a/backend/windmill-api/Cargo.toml +++ b/backend/windmill-api/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" [features] default = [] -enterprise = ["windmill-queue/enterprise", "windmill-audit/enterprise", "windmill-git-sync/enterprise", "windmill-common/enterprise", "dep:openidconnect"] +enterprise = ["windmill-queue/enterprise", "windmill-audit/enterprise", "windmill-git-sync/enterprise", "windmill-common/enterprise"] stripe = ["dep:async-stripe"] enterprise_saml = ["dep:samael"] benchmark = [] @@ -85,6 +85,6 @@ candle-nn = { workspace = true, optional = true} polars = { workspace = true, optional = true} polars-io = { workspace = true, optional = true} object_store = { workspace = true, optional = true} -openidconnect = { workspace = true, optional = true} +openidconnect = { workspace = true} pin-project.workspace = true