diff --git a/crates/cdk/Cargo.toml b/crates/cdk/Cargo.toml index e89311a5..81673861 100644 --- a/crates/cdk/Cargo.toml +++ b/crates/cdk/Cargo.toml @@ -13,6 +13,7 @@ license = "MIT" [features] default = ["mint", "wallet"] mint = ["dep:futures"] +# We do not commit to a MSRV with swagger enabled swagger = ["mint", "dep:utoipa"] wallet = ["dep:reqwest"] bench = []