File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010| Refname | libGRPC version | Core version | Zig ` 0.16.x ` | Zig ` 0.15.x ` |
1111| ------------| -----------------| --------------| :------------:| :------------:|
12- | ` 1.78.0 ` | ` v1.78.0 ` | ` 52.0.0 ` | ✅ | ✅ |
12+ | ` 1.78.1 ` | ` v1.78.1 ` | ` 52.0.0 ` | ✅ | ✅ |
1313| ` 1.76.0+2 ` | ` v1.76.0 ` | ` 51.0.0 ` | ✅ | ✅ |
1414
1515## Use
@@ -50,7 +50,7 @@ exe.linkLibrary(grpc.artifact("grpc"));
5050When bumping upstream version, also bump dependencies. Example:
5151
5252``` shell
53- zig fetch --save=upstream git+https://github.com/grpc/grpc#v1.78.0
53+ zig fetch --save=upstream git+https://github.com/grpc/grpc#v1.78.1
5454zig fetch --save=abseil git+https://github.com/abseil/abseil-cpp#20250512.1
5555zig fetch --save=re2 git+https://github.com/google/re2#2022-04-01
5656zig fetch --save=boringssl git+https://github.com/google/boringssl#c63fadbde60a2224c22189d14c4001bbd2a3a629
Original file line number Diff line number Diff line change 1414
1515 .dependencies = .{
1616 .upstream = .{
17- .url = "git+https://github.com/grpc/grpc?ref=v1.78.0#5e6ba94242b92e363220bc2163d55ce3554d4ecc " ,
18- .hash = "N-V-__8AAHSMgwSDghK8yeqM9wSUVGCQeIAbJqbo8cSytPZ7 " ,
17+ .url = "git+https://github.com/grpc/grpc?ref=v1.78.1#5b6492ea90b2b867a6adad1b10a6edda28e860d1 " ,
18+ .hash = "N-V-__8AAK_BgwSwilPqwG43xFZu3kNLHJFLAaRu7elvHcPA " ,
1919 },
2020 .abseil = .{
2121 .url = "git+https://github.com/abseil/abseil-cpp?ref=20250512.1#76bb24329e8bf5f39704eb10d21b9a80befa7c81" ,
You can’t perform that action at this time.
0 commit comments