mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-04-19 05:12:53 -05:00
Updated dependencies
This commit is contained in:
parent
782cbfa7f5
commit
9505ef0204
1 changed files with 3 additions and 3 deletions
|
@ -11,16 +11,16 @@ keywords = ["usb", "wasm", "web-usb", "webusb"]
|
||||||
categories = ["wasm", "web-programming", "hardware-support"]
|
categories = ["wasm", "web-programming", "hardware-support"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0"
|
thiserror = "2.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio-test = "0.4.3"
|
tokio-test = "0.4"
|
||||||
|
|
||||||
# Wasm deps
|
# Wasm deps
|
||||||
[target.'cfg(target_family = "wasm")'.dependencies]
|
[target.'cfg(target_family = "wasm")'.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue