Skip to content

Commit

Permalink
Upgrade to Rust v1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Dec 29, 2023
1 parent 3fe5308 commit eeb9916
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@ readme = "README.md"
repository = "https://github.com/uklotzde/djio"
keywords = ["dj", "controller", "midi", "hid"]
categories = ["hardware-support"]
rust-version = "1.74"
rust-version = "1.75"
edition = "2021"
include = ["/src", "/README.md", "/LICENSES"]

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.77"
derive_more = "0.99.17"
float-cmp = "0.9.0"
futures = "0.3.29"
futures = "0.3.30"
is_sorted = "0.1.1"
log = "0.4.20"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.50"
thiserror = "1.0.52"

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

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

# Target dependent dependencies
[target.'cfg(not(target_family = "wasm"))'.dependencies]
hidapi = { version = "2.4.1", optional = true }

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

Expand Down

0 comments on commit eeb9916

Please sign in to comment.