From 2231c8db9ce6bffb7d8ee409c23369870a8eba1d Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Sun, 17 May 2026 23:32:05 -0700 Subject: [PATCH] badges --- .pre-commit-config.yaml | 12 ------------ Cargo.toml | 2 +- README.md | 2 ++ 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d8d7cc..3cb9eae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,15 +25,3 @@ repos: - id: cargo-check - id: clippy - id: build - - repo: local - hooks: - - id: readme - name: readme - language: system - description: Rebuild README.md - types: [file] - files: src/lib.rs - stages: - - pre-commit - entry: cargo readme > README.md - pass_filenames: false diff --git a/Cargo.toml b/Cargo.toml index 72a3dda..5a761b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "usbd-uac2" description = "USB Audio Class 2.0 for usb-device" readme = "README.md" authors = ["Keenan Tims "] -repository = "https://github.com/ktims/usbd_uac2" +repository = "https://github.com/ktims/usbd-uac2" version = "0.1.0" edition = "2024" license = "MIT" diff --git a/README.md b/README.md index e8c4fb8..1c9b2ee 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Crates.io Version](https://img.shields.io/crates/v/usbd-uac2) ![docs.rs](https://img.shields.io/docsrs/usbd-uac2) + # usbd-uac2 USB Audio Class 2.0