diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-09-30 17:10:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 17:10:51 +0530 |
commit | efb413bdaa0f5be6d9082d397aae1e20a258c85f (patch) | |
tree | b6057112fa6da4590d32e57f197f54cf5188b9c9 /cli/Cargo.toml | |
parent | 183130ff31d49d4774dc9c6ca1098567b04b1bcf (diff) |
fix: update sui to 0.4 (#25942)
Properly apply offset fixup to `LC_DYLD_EXPORTS_TRIE` load commands.
This should fix Node-API symbols not resolving in RC releases.
Fixes https://github.com/denoland/deno/issues/25879
Fixes https://github.com/denoland/deno/issues/25940
Ref
https://github.com/denoland/sui/commit/2b3a33bb6e1afbb04e2e1d345547e5686894e7f0
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 32e0651b2..5fb32deb7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -80,7 +80,7 @@ deno_semver.workspace = true deno_task_shell = "=0.17.0" deno_terminal.workspace = true eszip = "=0.78.0" -libsui = "0.3.1" +libsui = "0.4.0" napi_sym.workspace = true node_resolver.workspace = true |