Skip to content

Commit 69db851

Browse files
authored
Merge pull request #596 from nabetti1720/chore/bump-sys-quickjs
Bump sys/quickjs from `537d004` to `a3f3bef`
2 parents 436524a + 8e0fa95 commit 69db851

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sys/build.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ fn main() {
125125

126126
let header_files = [
127127
"builtin-array-fromasync.h",
128+
"builtin-iterator-zip-keyed.h",
129+
"builtin-iterator-zip.h",
130+
"cutils.h",
128131
"dtoa.h",
129132
"libregexp-opcode.h",
130133
"libregexp.h",
@@ -135,7 +138,6 @@ fn main() {
135138
"quickjs-opcode.h",
136139
"quickjs-c-atomics.h",
137140
"quickjs.h",
138-
"cutils.h",
139141
];
140142

141143
let source_files = [

0 commit comments

Comments
 (0)