Skip to content

Commit b3c2cae

Browse files
committed
fix(zerobox): fix the entrypoint on linux/bwrap
1 parent d800f72 commit b3c2cae

6 files changed

Lines changed: 404 additions & 50 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/zerobox/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ tracing-subscriber = { version = "0.3", features = ["fmt"] }
4444
tempfile = { workspace = true }
4545

4646
[target.'cfg(target_os = "linux")'.dependencies]
47+
tempfile = { workspace = true }
4748
zerobox-linux-sandbox = { workspace = true }

0 commit comments

Comments
 (0)