Browse Source

update version for test

Jonathan Marler 1 month ago
parent
commit
3885585b0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test.zig

+ 1 - 1
test.zig

@@ -348,7 +348,7 @@ pub fn main() !u8 {
     // NOTE: this test will eventually break when these builds are cleaned up,
     //       we should support downloading from bazel and use that instead since
     //       it should be more permanent
-    try runNoCapture(zigup_args ++ &[_][]const u8{"0.14.0-dev.1550+4fba7336a"});
+    try runNoCapture(zigup_args ++ &[_][]const u8{"0.14.0-dev.2465+70de2f3a7"});
 
     std.log.info("Success", .{});
     return 0;