Skip to content

Commit b307f64

Browse files
committed
usb transport: update upc dependency
1 parent 9428eee commit b307f64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aggligator-transport-usb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aggligator-transport-usb"
3-
version = "0.4.0-beta1"
3+
version = "0.4.0-beta2"
44
description = "Aggligator transport: USB"
55
categories = ["asynchronous", "network-programming"]
66
keywords = ["aggligator", "aggligator-transport"]
@@ -25,7 +25,7 @@ tracing = { workspace = true }
2525
tokio = { workspace = true, features = ["macros"] }
2626

2727
nusb = { version = "=0.2.0-beta.2", optional = true }
28-
upc = { version = "=0.8.0-beta2", optional = true }
28+
upc = { version = "=0.8.0-beta5", optional = true }
2929
usb-gadget = { version = "0.7", optional = true }
3030

3131
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)