From f0191ab7fcc13623887489ebae940c53ba8b0561 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 9 Jun 2024 19:39:05 -0600 Subject: [PATCH] Use my version of test-log, not a local one --- fry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fry/Cargo.toml b/fry/Cargo.toml index c587e36..6c892d1 100644 --- a/fry/Cargo.toml +++ b/fry/Cargo.toml @@ -10,5 +10,5 @@ repository = "https://github.com/TTWNO/fry" [dependencies] include_data = "1.0.0" -test-log = { version = "0.2.16", default-features = false, features = ["trace"], path = "../../test-log/" } +test-log = { version = "0.2.16", default-features = false, features = ["trace"], git = "https://github.com/TTWNO/test-log", branch = "main" } tracing = { version = "0.1.40", default-features = false, features = ["attributes"] }