Skip to content

Commit

Permalink
Update upc to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 11, 2023
1 parent f03efdf commit eeeba20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions aggligator-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to aggligator utilities will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.12.0 - 2023-11-11
### Changed
- update upc to 0.4.0

## 0.11.0 - 2023-11-07
### Changed
- update upc to 0.3.1
Expand Down
6 changes: 3 additions & 3 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.11.0"
version = "0.12.0"
edition = "2021"
rust-version = "1.70"
authors = ["Sebastian Urban <[email protected]>"]
Expand Down Expand Up @@ -77,8 +77,8 @@ tokio-tungstenite = { version = "0.20", features = [
], optional = true }
url = { version = "2", optional = true }
axum-server = { version = "0.5", optional = true }
upc = { version = "0.3.1", optional = true }
usb-gadget = { version = "0.5", optional = true }
upc = { version = "0.4", optional = true }
usb-gadget = { version = "0.6", optional = true }
rusb = { version = "0.9", optional = true }
gethostname = { version = "0.4", optional = true }

Expand Down

0 comments on commit eeeba20

Please sign in to comment.