1
0
Fork 0
mirror of https://github.com/G2-Games/cross-usb.git synced 2025-05-02 19:32:54 -05:00

Bumped version to 0.4.0

This commit is contained in:
G2-Games 2024-08-14 18:41:19 -05:00
parent 924a19d4c8
commit a04497594e

View file

@ -1,13 +1,13 @@
[package]
name = "cross_usb"
version = "0.3.4"
version = "0.4.0"
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
repository = "https://github.com/G2-Games/cross-usb"
documentation = "https://docs.rs/cross_usb"
description = """
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"]
readme = "README.md"
license = "MIT"
@ -17,7 +17,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]
[dependencies]
thiserror = "1.0.56"
thiserror = "1.0"
[dev-dependencies]
tokio-test = "0.4.3"