Skip to content

Commit

Permalink
Merge pull request #736 from andrewdavidmackenzie/remove_udeps
Browse files Browse the repository at this point in the history
Remove unused dependencies
  • Loading branch information
andrewdavidmackenzie authored Dec 12, 2024
2 parents c318ecc + e20e67f commit 6a44bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
35 changes: 2 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ nusb = { version = "0.1.12", default-features = false, optional = true }
# use in piggui and piglet
chrono = { version = "0.4", default-features = false, features = ["now", "serde"] }
serde = { version = "1.0.216", default-features = false, features = ["derive"] }
serde_arrays = { version = "0.1.0", default-features = false }

# for config serialization to/from file
serde_json = { version = "1.0.133", default-features = false, features = ["std"] }
# for alloc/no_alloc over the wire serialization/deserialization
postcard = { version = "1.1.1", features = ["alloc"] }
heapless = { version = "0.8.0", default-features = false, features = ["serde"] }

rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt", "env-filter"] }
Expand Down

0 comments on commit 6a44bd4

Please sign in to comment.