Replaced thiserror with thistermination

This commit is contained in:
Lennard Kittner
2023-10-08 12:52:25 +02:00
parent 8db828ef6c
commit 657294683b
3 changed files with 11 additions and 36 deletions

View File

@@ -1,13 +1,13 @@
[package]
name = "hyper_x_cloud_ii_wireless"
version = "1.0.0"
version = "1.0.1"
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"
thiserror = "1.0.40"
[target.'cfg(target_os = "linux")'.dependencies]
thistermination = "1.0.0"
[target.'cfg(unix)'.hyper_x_cloud_ii_wireless.dependencies]
ksni = "0.2.0"