浏览代码

chore: comment swagger msrv is not kept

thesimplekid 4 月之前
父节点
当前提交
b53fa86a83
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crates/cdk/Cargo.toml

+ 1 - 0
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 = []