caio.co/de/foca

Remove anyhow from foca_insecure_udp_agent

I keep forgetting that plain `cargo build` ignores examples...
Id
684c94c70d5b687e88e245834491328de749e07e
Author
Caio
Commit time
2024-09-06T08:15:22+02:00

Modified examples/foca_insecure_udp_agent.rs

@@ -189,7 +189,7
}

#[tokio::main(flavor = "current_thread")]
-async fn main() -> Result<(), anyhow::Error> {
+async fn main() -> Result<(), Box<dyn core::error::Error>> {
let params = CliParams::new();

// Configured via RUST_LOG environment variable