mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-05-03 11:52:54 -05:00
Bumped version to 0.4.0
This commit is contained in:
parent
924a19d4c8
commit
a04497594e
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cross_usb"
|
name = "cross_usb"
|
||||||
version = "0.3.4"
|
version = "0.4.0"
|
||||||
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
|
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
|
||||||
repository = "https://github.com/G2-Games/cross-usb"
|
repository = "https://github.com/G2-Games/cross-usb"
|
||||||
documentation = "https://docs.rs/cross_usb"
|
documentation = "https://docs.rs/cross_usb"
|
||||||
description = """
|
description = """
|
||||||
A Rust USB library which works seamlessly across both native and WASM targets.
|
A Rust USB library which works seamlessly across both native and WASM targets.
|
||||||
"""
|
"""
|
||||||
keywords = ["usb", "wasm", "web-usb"]
|
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"
|
||||||
|
@ -17,7 +17,7 @@ edition = "2021"
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0.56"
|
thiserror = "1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio-test = "0.4.3"
|
tokio-test = "0.4.3"
|
||||||
|
|
Loading…
Reference in a new issue