Skip to content

Commit

Permalink
Fix another badge link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 17, 2024
1 parent 0fa9019 commit e7d5e47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.11.0
rev: v0.12.1
hooks:
- id: markdownlint-cli2
exclude: ^LICENSE\.md$
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.56"

# Optional dependencies
discro = { version = "0.28.1", optional = true }
discro = { version = "0.28.2", optional = true }
midir = { version = "0.9.1", optional = true }
tokio = { version = "1.35.1", default-features = false, optional = true }

# Optional dependencies (experimental features)
crossbeam-utils = { version = "0.8.18", optional = true }
crossbeam-utils = { version = "0.8.19", optional = true }
enum-as-inner = { version = "0.6.0", optional = true }

# Target dependent dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Crates.io](https://img.shields.io/crates/v/djio.svg)](https://crates.io/crates/djio)
[![Docs.rs](https://docs.rs/djio/badge.svg)](https://docs.rs/djio)
[![Deps.rs](https://deps.rs/repo/github/uklotzde/djio/status.svg)](https://deps.rs/repo/github/uklotzde/djio)
[![Security audit](https://github.com/uklotzde/djio/actions/workflows/security-audit.yaml/badge.svg)](https://github.com/uklotzde/djio/actions/workflows/security-audit.yaml)
[![Dependency audit](https://github.com/uklotzde/djio/actions/workflows/dependency-audit.yaml/badge.svg)](https://github.com/uklotzde/djio/actions/workflows/dependency-audit.yaml)
[![Continuous integration](https://github.com/uklotzde/djio/actions/workflows/test.yaml/badge.svg)](https://github.com/uklotzde/djio/actions/workflows/test.yaml)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

Expand Down

0 comments on commit e7d5e47

Please sign in to comment.