Explorar el Código

chore: zip version (#668)

* chore: zip version
thesimplekid hace 1 mes
padre
commit
27636c86b7
Se han modificado 2 ficheros con 11 adiciones y 0 borrados
  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"
+