Skip to content

Commit 58d81ba

Browse files
committed
fix build
1 parent eacc76e commit 58d81ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/bcr-ebill-web/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ utoipa = { git = "https://github.com/juhaku/utoipa/", rev = "1d32f0524a8680d7953
2929
], default-features = false }
3030
# version = "9" - temporary until downstream semver breakage in zip2 is fixed
3131
utoipa-swagger-ui = { git = "https://github.com/juhaku/utoipa/", rev = "1d32f0524a8680d79537ae92aa9ced6ba9d2b630", package = "utoipa-swagger-ui", features = ["rocket"], default-features = false }
32+
# temporary until downstream semver breakage in zip2 is fixed
33+
zip = "=2.5.0"
3234
bcr-ebill-api = { path = "../bcr-ebill-api" }
3335
bcr-ebill-transport = { path = "../bcr-ebill-transport" }
3436

37+
[patch.crates-io]
38+
3539
[features]
3640
embedded-db = ["bcr-ebill-api/embedded-db"]

0 commit comments

Comments
 (0)