From 969ce0eb4e4c2e42b9c83d5ba76c3ebc4e22b8d4 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 18 Mar 2026 14:03:46 +0100 Subject: [PATCH] Update to puffin 0.20 --- profiling/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/Cargo.toml b/profiling/Cargo.toml index d892056..b6b49f0 100644 --- a/profiling/Cargo.toml +++ b/profiling/Cargo.toml @@ -14,7 +14,7 @@ exclude = ["/examples", "/screenshots"] rust-version = "1.60" [dependencies] -puffin = { version = "0.19", optional = true } +puffin = { version = "0.20", optional = true } optick = { version = "1.3", optional = true } tracing = { version = "0.1", optional = true } tracy-client = { version = "0.18", optional = true }