Skip to content

Commit 867a8b4

Browse files
authored
[workerd-cxx] switching to kj-rs.h (#21)
1 parent 0d7af4d commit 867a8b4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/src/include.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub(super) fn write(out: &mut OutFile) {
189189
writeln!(out, "#endif");
190190
}
191191
if kj_rs && !cxx_header {
192-
writeln!(out, "#include <kj-rs/promise.h>");
192+
writeln!(out, "#include <kj-rs/kj-rs.h>");
193193
}
194194
}
195195

kj_rs.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

33

4-
URL = "https://github.com/capnproto/kj-rs/tarball/13f2152e0cca109b0c64f9eeca4f62bcf0689a87"
5-
STRIP_PREFIX = "capnproto-kj-rs-13f2152"
6-
SHA256 = "bcd3b2b22a422936bebb5fcefa56eb7d4fa076e329fb6214683c4d6b5e7ec4c3"
4+
URL = "https://github.com/capnproto/kj-rs/tarball/82f9a0864725cfd9676ef270664c8e2c81ecd1b9"
5+
STRIP_PREFIX = "capnproto-kj-rs-82f9a08"
6+
SHA256 = "2e2a871733c7e0de995769413efcf62c8c4580bf671a27d5f33832e12c60fffa"
77
TYPE = "tgz"
8-
COMMIT = "13f2152e0cca109b0c64f9eeca4f62bcf0689a87"
8+
COMMIT = "82f9a0864725cfd9676ef270664c8e2c81ecd1b9"
99

1010
def _kj_rs(_ctx):
1111
http_archive(

0 commit comments

Comments
 (0)