fix: import anyhow::Context for .context() on serde_json result

This commit is contained in:
damocles 2026-05-20 16:01:01 +02:00 committed by Mara
parent 7b3bc3a744
commit 4bcc8bf0b1

View file

@ -1,7 +1,7 @@
use std::path::PathBuf;
use std::sync::Arc;
use anyhow::{Result, bail};
use anyhow::{Context as _, Result, bail};
use clap::{Parser, Subcommand};
use hive_sh4re::{HostRequest, HostResponse};