pkg/highway: update

This commit is contained in:
Mitchell Hashimoto
2024-05-09 20:53:45 -07:00
parent 8b7bca53c1
commit 0c0b67c887

View File

@ -1,11 +1,11 @@
.{ .{
.name = "highway", .name = "highway",
.version = "1.0.7", .version = "1.1.0",
.paths = .{""}, .paths = .{""},
.dependencies = .{ .dependencies = .{
.highway = .{ .highway = .{
.url = "https://github.com/google/highway/archive/refs/tags/1.0.7.tar.gz", .url = "https://github.com/google/highway/archive/refs/tags/1.1.0.tar.gz",
.hash = "122060ea43a9403ad53b4a33e19416c0e9949fb3e175035791bd2b7462091079d5a2", .hash = "12205c83b8311a24b1d5ae6d21640df04f4b0726e314337c043cde1432758cbe165b",
}, },
.apple_sdk = .{ .path = "../apple-sdk" }, .apple_sdk = .{ .path = "../apple-sdk" },