From 0bd13d5c26495649dabc23a4fb6b37fe682e3aec Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 14 Feb 2025 16:01:46 +0100 Subject: fix(crates/libmpv2): Improve the error message for the `RawError` Additionally, this commits migrates the error away from `thiserror`, simply because the crate is not needed at this scale. --- crates/libmpv2/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/libmpv2/Cargo.toml') diff --git a/crates/libmpv2/Cargo.toml b/crates/libmpv2/Cargo.toml index a8a4ed6..fb2f5bf 100644 --- a/crates/libmpv2/Cargo.toml +++ b/crates/libmpv2/Cargo.toml @@ -24,7 +24,6 @@ publish = false [dependencies] libmpv2-sys = { path = "libmpv2-sys" } -thiserror = "2.0.7" log.workspace = true [dev-dependencies] -- cgit 1.4.1