Skip to content

Commit

Permalink
chore: fix usb-device @ 0.2.9
Browse files Browse the repository at this point in the history
This prevents API changes from 0.3+ from entering
  • Loading branch information
bobrippling authored and apohrebniak committed Feb 11, 2024
1 parent 8866040 commit 4d5060d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usbd-storage"
description = "USB Mass Storage class for usb-device."
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/apohrebniak/usbd-storage"
Expand All @@ -11,7 +11,7 @@ homepage = "https://github.com/apohrebniak/usbd-storage"

# USB stack
[dependencies.usb-device]
version = "0"
version = "0.2.9"

# Logging
[dependencies.defmt]
Expand Down

0 comments on commit 4d5060d

Please sign in to comment.