Эх сурвалжийг харах

chore: comment swagger msrv is not kept

thesimplekid 4 сар өмнө
parent
commit
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 = []