fix: unjank the demo #85

Merged
taha merged 19 commits from fix_demo into master 2025-07-11 14:32:22 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 50870be2d3 - Show all commits

View File

@ -54,3 +54,5 @@ similar = "2"
uuid = { version = "1.11", features = ["v4", "fast-rng", "macro-diagnostics"] }
pretty_assertions = "1.4.1"
bollard = "0.19.1"
base64 = "0.22.1"
tar = "0.4.44"

View File

@ -60,6 +60,7 @@ strum = { version = "0.27.1", features = ["derive"] }
tempfile = "3.20.0"
serde_with = "3.14.0"
bollard.workspace = true
tar.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true