perf: fix profiler

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-15 14:05:37 -08:00
parent f3201bee21
commit ef1e7e3ac8
2 changed files with 14 additions and 51 deletions

View File

@@ -27,7 +27,7 @@ tracing = "0.1.40"
enostr = { path = "enostr" }
serde_json = "1.0.89"
env_logger = "0.10.0"
puffin_egui = { version = "0.25.0", optional = true }
puffin_egui = { version = "0.26.0", optional = true }
puffin = { version = "0.19.0", optional = true }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "750539d0b71ed81ec626e4670eccf34950ad2942" }