mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 07:03:39 +00:00
Fix no_std build
This commit is contained in:
parent
2612cda1fb
commit
d8fdfaa2c0
@ -1,4 +1,4 @@
|
||||
use alloc::{boxed::Box, string::String, vec::Vec};
|
||||
use alloc::{boxed::Box, format, string::String, vec::Vec};
|
||||
|
||||
use anyhow::{Context, Result, anyhow, bail};
|
||||
use iced_x86::{
|
||||
|
Loading…
x
Reference in New Issue
Block a user