Procházet zdrojové kódy

chore: comment swagger msrv is not kept

thesimplekid před 4 měsíci
rodič
revize
b53fa86a83
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 = []