Skip to content

Commit eca2d93

Browse files
committed
fix(std): correct _NSGetExecutablePath interposition
1 parent 54077fa commit eca2d93

File tree

9 files changed

+121
-110
lines changed

9 files changed

+121
-110
lines changed

packages/rust/proxy/Cargo.lock

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

packages/rust/proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ futures = "0.3"
2020
itertools = "0.14"
2121
serde = { version = "1", features = ["derive"] }
2222
serde_json = "1"
23-
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "93a24d71ac092f26565a0408b29179704807dcee" }
23+
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "db9d64333bb4b7f77ab532ca51352e9a0de0e093" }
2424
tokio = { version = "1", default-features = false, features = [
2525
"rt",
2626
"fs",

packages/std/Cargo.lock

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

packages/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ itertools = "0.14"
3434
libc = "0.2"
3535
serde = { version = "1", features = ["derive"] }
3636
serde_json = "1"
37-
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "93a24d71ac092f26565a0408b29179704807dcee" }
37+
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "db9d64333bb4b7f77ab532ca51352e9a0de0e093" }
3838
tempfile = "3"
3939
tokio = { version = "1", default-features = false, features = [
4040
"rt",

packages/std/packages/wrapper/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ fn main_inner() -> std::io::Result<()> {
101101
) = &manifest.interpreter
102102
{
103103
// Set `TANGRAM_INJECTION_IDENTITY_PATH`.
104+
tracing::trace!("SETTING IDENTITY PATH: {}", wrapper_path.display());
104105
unsafe {
105106
std::env::set_var("TANGRAM_INJECTION_IDENTITY_PATH", wrapper_path);
106107
}

0 commit comments

Comments
 (0)