chore: remove unused dependency

This commit is contained in:
Naxdy 2024-04-12 21:45:28 +02:00
parent 569ae9784f
commit 93ab0ffb3d
Signed by: Naxdy
GPG key ID: CC15075846BCE91B
2 changed files with 0 additions and 10 deletions

7
Cargo.lock generated
View file

@ -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"

View file

@ -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]