Skip to content

Commit 578c090

Browse files
authored
fix: is_elf panic in sui (#31388)
Fixes #31378
1 parent bf5d44b commit 578c090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ dprint-plugin-markdown = "=0.20.0"
312312
dprint-plugin-typescript = "=0.95.11"
313313
env_logger = "=0.11.6"
314314
fancy-regex = "=0.14.0"
315-
libsui = "0.10.0"
315+
libsui = "0.11.0"
316316
malva = "=0.12.1"
317317
markup_fmt = "=0.22.0"
318318
open = "5.0.1"

0 commit comments

Comments
 (0)