Skip to content

Commit 7ae86de

Browse files
committed
Set rust-version in Cargo.toml, updated description
1 parent 4604435 commit 7ae86de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ authors = [
77
"Oliver Rockstedt <[email protected]>",
88
]
99
edition = "2021"
10-
description = "A USB MIDI implementation for usb-device."
10+
rust-version = "1.78"
11+
description = "USB MIDI device class implementation for use with usb-device."
1112
homepage = "https://github.com/rust-embedded-community/usbd-midi"
1213
repository = "https://github.com/rust-embedded-community/usbd-midi"
1314
license = "MIT"

0 commit comments

Comments
 (0)