Sfoglia il codice sorgente

chore: zip version (#668)

* chore: zip version
thesimplekid 1 mese fa
parent
commit
27636c86b7
2 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 5 0
      crates/cdk-axum/Cargo.toml
  2. 6 0
      crates/cdk-mintd/Cargo.toml

+ 5 - 0
crates/cdk-axum/Cargo.toml

@@ -33,3 +33,8 @@ redis = { version = "0.23.3", features = [
     "tokio-rustls-comp",
 ], optional = true }
 
+
+[build-dependencies]
+# Dep of utopia 2.5.0 breaks so keeping here for now
+time = "=0.3.39"
+

+ 6 - 0
crates/cdk-mintd/Cargo.toml

@@ -60,3 +60,9 @@ home.workspace = true
 url.workspace = true
 utoipa = { workspace = true, optional = true }
 utoipa-swagger-ui = { version = "9.0.0", features = ["axum"], optional = true }
+
+[build-dependencies]
+# Dep of utopia 2.5.0 breaks so keeping here for now
+zip = "=2.4.2"
+time = "=0.3.39"
+