Skip to content

Commit c71318c

Browse files
committed
gRPC 1.78.1
1 parent cca0027 commit c71318c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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"));
5050
When 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
5454
zig fetch --save=abseil git+https://github.com/abseil/abseil-cpp#20250512.1
5555
zig fetch --save=re2 git+https://github.com/google/re2#2022-04-01
5656
zig fetch --save=boringssl git+https://github.com/google/boringssl#c63fadbde60a2224c22189d14c4001bbd2a3a629

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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",

0 commit comments

Comments
 (0)