diff --git a/Cargo.toml b/Cargo.toml index ca8db61..f077ecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -unicorn_hat_hd_2 = { version = "*" } -#unicorn_hat_hd_2 = { version = "*", default-features = false, features = [ "fake-hardware" ] } +unicorn_hat_hd_2 = { version = "*", default-features = false, features = [ "fake-hardware" ] } url = "*" reqwest = "*" trust-dns-client = "*"