Explorar el Código

chore: comment swagger msrv is not kept

thesimplekid hace 4 meses
padre
commit
b53fa86a83
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = []