Skip to content

Commit bc17baa

Browse files
authored
Merge pull request #106 from ghallak/cargo-warn
Use default-features to fix cargo warning
2 parents 8c5a3bb + f317d2b commit bc17baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ edition = "2021"
77
[dependencies]
88
ledger_device_sdk = "1.20.2"
99
include_gif = "1.2.0"
10-
serde = {version="1.0.192", default_features = false, features = ["derive"]}
11-
serde-json-core = { git = "https://github.com/rust-embedded-community/serde-json-core"}
10+
serde = { version="1.0.192", default-features = false, features = ["derive"] }
11+
serde-json-core = { git = "https://github.com/rust-embedded-community/serde-json-core" }
1212
hex = { version = "0.4.3", default-features = false, features = ["serde", "alloc"] }
1313
numtoa = "0.2.4"
1414

0 commit comments

Comments
 (0)