Skip to content

Commit 41724a8

Browse files
authored
Merge pull request #52 from afshinm/bwrap-entry-fix
fix(zerobox): fix the entrypoint on linux/bwrap
2 parents 9f71922 + b3c2cae commit 41724a8

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)