From 23b4fcf9bc5933c0370f74b61a6c2db2d4a0ac78 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 10 Jan 2025 21:55:13 +0100 Subject: Remove anyhow from xa65 and readrom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following in the footsteps of c20c991dded8 ("Make errors from nasm itself more cohesive"), 'anyhow' might provide an easy framework, but it lends towards a less cohesive experience. Signed-off-by: Miquel Sabaté Solà --- crates/nasm/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/nasm') diff --git a/crates/nasm/Cargo.toml b/crates/nasm/Cargo.toml index 110e5ad..97d5439 100644 --- a/crates/nasm/Cargo.toml +++ b/crates/nasm/Cargo.toml @@ -5,6 +5,5 @@ edition = "2021" authors = ["Miquel Sabaté Solà "] [dependencies] -anyhow = "^1" clap = { version = "^4", features = ["derive"] } xixanta.workspace = true -- cgit v1.2.3