Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Jul 24, 2022
1 parent 4aac7b8 commit c963f37
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 151 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "webusb"
description = "WebUSB API implementation in Rust"
version = "0.4.0"
version = "0.5.0"
authors = ["Divy Srivastava <[email protected]>"]
edition = "2018"
repository = "https://github.com/littledivy/webusb"
Expand All @@ -27,9 +27,9 @@ serde_derive = ["serde"]
rusb = { version = "0.8.1", optional = true }
libusb1-sys = { version = "0.5.0" , optional = true }
serde = { version = "1", features = ["derive"], optional = true }
deno_bindgen = { version = "0.5.0", optional = true }
deno_bindgen = { version = "0.6.0", optional = true }
once_cell = { version = "1.9.0", optional = true }

[dev-dependencies]
# For a loose connection :-)
flaky_test = "0.1.0"
flaky_test = "0.1.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Rust.

```toml
[dependencies]
webusb = "0.4.0"
webusb = "0.5.0"
```

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/X8X4Y6IZ)
Expand Down
Loading

0 comments on commit c963f37

Please sign in to comment.