We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59b2125 + 5649c8f commit f9c553dCopy full SHA for f9c553d
crates/oci/Cargo.toml
@@ -25,7 +25,7 @@ spin-manifest = { path = "../manifest" }
25
spin-trigger = { path = "../trigger" }
26
tempfile = "3.3"
27
tokio = { version = "1", features = ["fs"] }
28
-tokio-util = "0.7.9"
+tokio-util = { version = "0.7.9", features = ["compat"] }
29
tracing = { workspace = true }
30
walkdir = "2.3"
31
0 commit comments