Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Nov 24, 2022
1 parent c519e80 commit b159fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "List system USB buses and devices; a modern `lsusb` that attempts
repository = "https://github.com/tuna-f1sh/cyme"
readme = "README.md"
license = "GPL-3.0-or-later"
version = "0.5.2"
version = "0.6.0"
edition = "2021"
keywords = ["usb", "lsusb", "system_profiler", "macos", "libusb"]
categories = ["command-line-utilities"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ The name comes from the technical term for the type of blossom on a Apple tree:
- [x] Nerd font icon look up and icon theming like `lsd --icon`.
- [x] libusb optional to get more USB data and support other OS with switch from `system_profiler`.
- [x] Group by in list mode.
- [x] udev support on Linux to get device driver etc.
- [ ] Interface and Device Descriptor icon look up.
- [ ] Drawing of headers.
- [ ] Tree support of all device interfaces and endpoints.
- [ ] User defined icon map and colour import.
- [ ] udev support on Linux to get device driver etc.

# Install

Expand Down

0 comments on commit b159fac

Please sign in to comment.