From b924e4dc2f4afac15c3e5d8f67652e1d657752da Mon Sep 17 00:00:00 2001 From: "xea@blacklight.id" Date: Wed, 28 Feb 2024 16:48:47 +0000 Subject: [PATCH] Created emulate branch --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = "*"