1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 17:44:11 +02:00
This commit is contained in:
Robin Appelman 2025-03-04 22:14:12 +01:00
commit 28ad29ede3
3 changed files with 30 additions and 32 deletions

View file

@ -1,5 +1,5 @@
use bollard::network::CreateNetworkOptions;
use bollard::Docker;
use bollard::network::CreateNetworkOptions;
use miette::{IntoDiagnostic, Result, WrapErr};
pub async fn clear_networks(docker: &Docker) -> Result<()> {