Reverted emulation mode on main

This commit is contained in:
Sandor Pecsi 2024-02-28 17:42:06 +00:00
parent bcbe002beb
commit 168621cd99
No known key found for this signature in database
GPG key ID: 004D79D892C4C807

View file

@ -6,7 +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 = "*", default-features = false, features = [ "fake-hardware" ] }
unicorn_hat_hd_2 = { version = "*" }
url = "*"
reqwest = "*"
trust-dns-client = "*"