소스 검색

chore: pin base64ct as newer version is unsuported on stable

thesimplekid 1 개월 전
부모
커밋
062d7be58f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      crates/cdk-cli/Cargo.toml

+ 4 - 0
crates/cdk-cli/Cargo.toml

@@ -36,3 +36,7 @@ reqwest = { version = "0.12", default-features = false, features = [
     "socks",
 ]}
 url = "2.3"
+
+# Indirect dep
+base64ct = "=1.6.0"
+