Skip to content

Commit

Permalink
Upgrade to Rust v1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Oct 17, 2024
1 parent 6315266 commit 57c2e76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/uklotzde/djio"
keywords = ["dj", "controller", "midi", "hid"]
categories = ["hardware-support"]
rust-version = "1.80"
rust-version = "1.82"
edition = "2021"
include = ["README.md", "LICENSES", "src/"]

Expand All @@ -27,9 +27,6 @@ futures-core = { version = "0.3.31", default-features = false }
futures-util = { version = "0.3.31", default-features = false, features = [
"std",
] }
# TODO: Replace with std when available.
# Tracking issue for RFC 2351: <https://github.com/rust-lang/rust/issues/53485>
is_sorted = "0.1.1"
log = "0.4.22"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0.64"
Expand Down
1 change: 0 additions & 1 deletion src/input/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use std::{
};

use float_cmp::approx_eq;
use is_sorted::IsSorted as _;
use strum::FromRepr;

use crate::{Control, ControlValue, TimeStamp};
Expand Down

0 comments on commit 57c2e76

Please sign in to comment.