From 1f3e438005942fa9a4d9d7c0775aa29551f7781c Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Sun, 8 Oct 2023 13:30:59 +0200 Subject: [PATCH] Removed thiserror from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9acc1bb..ed13281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -thiserror = "1" hidapi = "2.3.3" thistermination = "1.0.0" [target.'cfg(target_os = "linux")'.dependencies]