From 93ab0ffb3d8cac443eb66f7abd993e6b9e7c08ea Mon Sep 17 00:00:00 2001 From: Naxdy Date: Fri, 12 Apr 2024 21:45:28 +0200 Subject: [PATCH] chore: remove unused dependency --- Cargo.lock | 7 ------- Cargo.toml | 3 --- 2 files changed, 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fc977e..3dcf0c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,7 +897,6 @@ dependencies = [ "portable-atomic", "rand", "static_cell", - "tiny_sort", ] [[package]] @@ -1428,12 +1427,6 @@ dependencies = [ "crunchy", ] -[[package]] -name = "tiny_sort" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3bbd7912d5028a8f218a772a794fee0104b46ea1f6e747ff0a4fdbb5dc024a6" - [[package]] name = "typenum" version = "1.17.0" diff --git a/Cargo.toml b/Cargo.toml index 9d29cda..8d6c0a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,9 +51,6 @@ panic-probe = { version = "0.3", features = ["print-defmt"] } packed_struct = { version = "0.10.1", default_features = false } format_no_std = "1.0.2" rand = { version = "0.8.5", default-features = false } -tiny_sort = { version = "1.0.5", default-features = false, features = [ - "unstable", -] } # cargo build/run [profile.dev]