Skip to content

Commit

Permalink
Release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Aug 17, 2023
1 parent 693523c commit 4235f42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "djio"
description = "DJ Hardware Control(ler) Support"
version = "0.0.8"
version = "0.0.9"
license = "MPL-2.0"
readme = "README.md"
repository = "https://github.com/uklotzde/djio"
Expand All @@ -14,13 +14,13 @@ edition = "2021"
include = ["/src", "/README.md", "/LICENSES"]

[dependencies]
anyhow = "1.0.74"
anyhow = "1.0.75"
derive_more = "0.99.17"
float-cmp = "0.9.0"
is_sorted = "0.1.1"
log = "0.4.20"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.46"
thiserror = "1.0.47"

# Optional dependencies
midir = { version = "0.9.1", optional = true }
Expand All @@ -31,7 +31,7 @@ crossbeam-utils = { version = "0.8.16", optional = true }
enum-as-inner = { version = "0.6.0", optional = true }

[dev-dependencies]
anyhow = "1.0.74"
anyhow = "1.0.75"
hidapi = "2.4.1"
pretty_env_logger = "0.5.0"

Expand Down

0 comments on commit 4235f42

Please sign in to comment.