fix: import anyhow::Context for .context() on serde_json result
This commit is contained in:
parent
7b3bc3a744
commit
4bcc8bf0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue