Skip to content

Commit a044975

Browse files
committed
Bumped version to 0.4.0
1 parent 924a19d commit a044975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "cross_usb"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
authors = ["G2-Games <ke0bhogsg@gmail.com>"]
55
repository = "https://github.com/G2-Games/cross-usb"
66
documentation = "https://docs.rs/cross_usb"
77
description = """
88
A Rust USB library which works seamlessly across both native and WASM targets.
99
"""
10-
keywords = ["usb", "wasm", "web-usb"]
10+
keywords = ["usb", "wasm", "web-usb", "webusb"]
1111
categories = ["wasm", "web-programming", "hardware-support"]
1212
readme = "README.md"
1313
license = "MIT"
@@ -17,7 +17,7 @@ edition = "2021"
1717
crate-type = ["cdylib", "rlib"]
1818

1919
[dependencies]
20-
thiserror = "1.0.56"
20+
thiserror = "1.0"
2121

2222
[dev-dependencies]
2323
tokio-test = "0.4.3"

0 commit comments

Comments
 (0)