Skip to content

Commit

Permalink
usb: remove device feature from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jan 23, 2025
1 parent c32936b commit 07de866
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions aggligator-transport-usb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator-transport-usb"
version = "0.1.0"
version = "0.2.0"
description = "Aggligator transport: USB"
categories = ["asynchronous", "network-programming"]
keywords = ["aggligator", "aggligator-transport"]
Expand All @@ -12,7 +12,7 @@ license.workspace = true
repository.workspace = true

[features]
default = ["host", "device"]
default = ["host"]
host = ["upc/host", "rusb"]
device = ["upc/device", "usb-gadget"]

Expand Down
4 changes: 2 additions & 2 deletions aggligator-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator-util"
version = "0.18.0"
version = "0.18.1"
description = "Aggligator command line utilities"
categories = ["network-programming", "command-line-utilities"]
keywords = ["aggligator", "multipath", "multiplex", "tcp", "mptcp"]
Expand All @@ -23,7 +23,7 @@ aggligator = { version = "0.9.0", path = "../aggligator", features = ["dump"] }
aggligator-monitor = { version = "0.9.0", path = "../aggligator-monitor" }
aggligator-transport-bluer = { version = "0.1.0", path = "../aggligator-transport-bluer", optional = true }
aggligator-transport-tcp = { version = "0.1.0", path = "../aggligator-transport-tcp" }
aggligator-transport-usb = { version = "0.1.0", path = "../aggligator-transport-usb", optional = true }
aggligator-transport-usb = { version = "0.2.0", path = "../aggligator-transport-usb", optional = true }
aggligator-transport-websocket = { version = "0.1.0", path = "../aggligator-transport-websocket" }
aggligator-wrapper-tls = { version = "0.1.0", path = "../aggligator-wrapper-tls" }

Expand Down

0 comments on commit 07de866

Please sign in to comment.