Skip to content

Commit eeeba20

Browse files
committed
Update upc to 0.4.0
1 parent f03efdf commit eeeba20

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

aggligator-util/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to aggligator utilities will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.12.0 - 2023-11-11
9+
### Changed
10+
- update upc to 0.4.0
11+
812
## 0.11.0 - 2023-11-07
913
### Changed
1014
- update upc to 0.3.1

aggligator-util/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aggligator-util"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["Sebastian Urban <[email protected]>"]
@@ -77,8 +77,8 @@ tokio-tungstenite = { version = "0.20", features = [
7777
], optional = true }
7878
url = { version = "2", optional = true }
7979
axum-server = { version = "0.5", optional = true }
80-
upc = { version = "0.3.1", optional = true }
81-
usb-gadget = { version = "0.5", optional = true }
80+
upc = { version = "0.4", optional = true }
81+
usb-gadget = { version = "0.6", optional = true }
8282
rusb = { version = "0.9", optional = true }
8383
gethostname = { version = "0.4", optional = true }
8484

0 commit comments

Comments
 (0)