Skip to content

Commit

Permalink
Update to zig 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arwalk committed Jun 7, 2024
1 parent 89f9497 commit 9dd4eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ RUN git config --global core.autocrlf input

ADD . .

RUN bash ./install-zig.sh 0.13.0-dev.348+c564a16a0
RUN bash ./install-zig.sh 0.13.0

ENV AGREE=true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Zig's compile-time evaluation becomes extremely strong and useful in this contex

This repository, so far, only aims at implementing [protocol buffers version 3](https://developers.google.com/protocol-buffers/docs/proto3#simple).

The latest version of the zig compiler used for this project is 0.13.0-dev.348+c564a16a0.
The latest version of the zig compiler used for this project is 0.13.0.

This project is currently able to handle all scalar types for encoding, decoding, and generation through the plugin.

Expand Down

0 comments on commit 9dd4eef

Please sign in to comment.