diff options
author | 2022-07-09 20:15:27 -0500 | |
---|---|---|
committer | 2022-07-09 18:25:25 -0700 | |
commit | f5d896542ae5a9e0b62c73d386727392d32489e0 (patch) | |
tree | c3b18523b5863cfc00f0334625eb71c996ea4651 /src/bun.js | |
parent | 961d0a159a774074971773bca1aec68e2b539604 (diff) | |
download | bun-f5d896542ae5a9e0b62c73d386727392d32489e0.tar.gz bun-f5d896542ae5a9e0b62c73d386727392d32489e0.tar.zst bun-f5d896542ae5a9e0b62c73d386727392d32489e0.zip |
fix: update build files to latest Zig version
Diffstat (limited to 'src/bun.js')
-rw-r--r-- | src/bun.js/bindings/headers-cpp.h | 2 | ||||
-rw-r--r-- | src/bun.js/bindings/headers.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index a299530c3..627b234cd 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1657353886 +//-- AUTOGENERATED FILE -- 1657408675 // clang-format off #pragma once diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index 091a75896..c1e70807f 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1657353886 +//-- AUTOGENERATED FILE -- 1657408675 #pragma once #include <stddef.h> |