From 26374dad46f4ed9e31edcc4618653a810e0419cc Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 6 Jun 2024 16:23:20 +0700 Subject: [PATCH] Use `dep:` syntax for enabling optional deps. (#74) This will be required to build with 2024 edition. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acbc492..f7fd716 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" clippy.doc_markdown = "warn" [features] -tracy = ["tracy-client", "profiling/profile-with-tracy"] +tracy = ["dep:tracy-client", "profiling/profile-with-tracy"] [lib]