aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Jason <m.jason.liu@outlook.com> 2023-08-25 07:13:14 +0800
committerGravatar GitHub <noreply@github.com> 2023-08-24 16:13:14 -0700
commit19aa9d93de0971513b1ff94ab72b54c7c2031dda (patch)
treea6c6fcef14562ea9bdcfd0779ee420cd9e6439cc /docs
parent55eb4ffe8fc8708d5a44c53fe75026a03f0a4de8 (diff)
downloadbun-19aa9d93de0971513b1ff94ab72b54c7c2031dda.tar.gz
bun-19aa9d93de0971513b1ff94ab72b54c7c2031dda.tar.zst
bun-19aa9d93de0971513b1ff94ab72b54c7c2031dda.zip
update zig to 0.11.0 (#4233)
* WIP * backup * more change * json related error sovled * number related issue solved * revert WriterType changed before * destroy -> free * jsonStringify related issues solved * fix mem.free expected []T or *[_]T, passed [*]const u8 * fix expected []T or *[_]T, passed [*:0]const u8 * fix build script * fix build script, for real * replace 0.11.0-dev.4006+bf827d0b5 to 0.12.0-dev.161+6a5463951 * fix build on macOS, COPYFILE.DATA -> COPYFILE_DATA * fix the last destroy on [*]ptr issue --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/project/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/project/development.md b/docs/project/development.md
index c635595b3..ad3f0df0c 100644
--- a/docs/project/development.md
+++ b/docs/project/development.md
@@ -112,7 +112,7 @@ Zig can be installed either with our npm package [`@oven/zig`](https://www.npmjs
```bash
$ bun install -g @oven/zig
-$ zigup 0.11.0-dev.4006+bf827d0b5
+$ zigup 0.12.0-dev.161+6a5463951
```
{% callout %}