From a7d28f9903156b75d83710c6a79b07e88be82758 Mon Sep 17 00:00:00 2001 From: Jesse Chounard Date: Wed, 2 Apr 2025 13:59:20 -0500 Subject: [PATCH] Updated to spdlog (upstream) 1.15.2 --- build.zig.zon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 749d032..0ed0fb6 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,12 +1,12 @@ .{ .name = .spdlog, - .version = "1.15.1", + .version = "1.15.2", .minimum_zig_version = "0.14.0", .fingerprint = 0x19cef80094ea6f4, .dependencies = .{ .spdlog = .{ - .url = "https://github.com/gabime/spdlog/archive/refs/tags/v1.15.1.tar.gz", - .hash = "N-V-__8AACsfEgCkfDtpMeuVL-wCnzLvznKU7UuYFhH2Daz8", + .url = "https://github.com/gabime/spdlog/archive/refs/tags/v1.15.2.tar.gz", + .hash = "N-V-__8AAOMjEgDduthLeLJIY2oZNHzJYMcrqZRQxJR9H7Zc", }, }, .paths = .{