From 140d76e3c0edc0b5090b87081c751485b29cb63d Mon Sep 17 00:00:00 2001 From: Amit Upadhyay Date: Sun, 31 Dec 2023 11:52:31 +0530 Subject: [PATCH] auth features was not enabled for fastn crate --- fastn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index 5596165853..71e4aa29ba 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -24,4 +24,4 @@ dotenvy.workspace = true [features] -remote = ["fastn-core/remote"] +auth = ["fastn-core/auth"]