File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cross_usb"
3
- version = " 0.3.4 "
3
+ version = " 0.4.0 "
4
4
authors = [" G2-Games <ke0bhogsg@gmail.com>" ]
5
5
repository = " https://github.com/G2-Games/cross-usb"
6
6
documentation = " https://docs.rs/cross_usb"
7
7
description = """
8
8
A Rust USB library which works seamlessly across both native and WASM targets.
9
9
"""
10
- keywords = [" usb" , " wasm" , " web-usb" ]
10
+ keywords = [" usb" , " wasm" , " web-usb" , " webusb " ]
11
11
categories = [" wasm" , " web-programming" , " hardware-support" ]
12
12
readme = " README.md"
13
13
license = " MIT"
@@ -17,7 +17,7 @@ edition = "2021"
17
17
crate-type = [" cdylib" , " rlib" ]
18
18
19
19
[dependencies ]
20
- thiserror = " 1.0.56 "
20
+ thiserror = " 1.0"
21
21
22
22
[dev-dependencies ]
23
23
tokio-test = " 0.4.3"
You can’t perform that action at this time.
0 commit comments