diff --git a/arsenal_blender_core/Cargo.toml b/arsenal_blender_core/Cargo.toml index 3f5dac8..342c641 100644 --- a/arsenal_blender_core/Cargo.toml +++ b/arsenal_blender_core/Cargo.toml @@ -25,5 +25,5 @@ enable_profiling = ["flame", "flamer"] # Profiling # Temporarily use my fork of flame because it will show milliseconds instead of samples in the HTML dump flame = { git = "https://github.com/TyOverby/flame.git", rev = "689d318c3", optional = true } - flamer = { version = "0.3", optional = true } + flamer = { version = "0.4", optional = true }