From 168621cd993adb0a19a105c4fa17641698866b2b Mon Sep 17 00:00:00 2001 From: Sandor Pecsi Date: Wed, 28 Feb 2024 17:42:06 +0000 Subject: [PATCH] Reverted emulation mode on main --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f077ecb..a38d520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*"