File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# hirofa-quickjs_sys - Changelog
22
3+ ## 0.10.2
4+
5+ * moved bindgen to build.rs so windows works again
6+
37## 0.10.1
48
59* updated quickjs-ng to 0.10.1
5054## 0.1.0
5155
5256Initial code
57+
5358* updated bellard to 2023 release, this works
5459* added quickjs-ng, gives warnings
5560* added openwebf, does not work yet
Original file line number Diff line number Diff line change 22edition = " 2024"
33name = " hirofa-quickjs-sys"
44description = " QuickJS, QuickJS-NG Javascript Engine FFI bindings"
5- version = " 0.10.1 "
5+ version = " 0.10.2 "
66readme = " README.md"
77repository = " https://github.com/HiRoFa/quickjs-sys"
88license = " MIT"
@@ -19,6 +19,6 @@ bellard = []
1919quickjs-ng = []
2020
2121[build-dependencies ]
22- cc = { version = " 1.2" }
23- copy_dir = { version = " 0.1" }
22+ cc = { version = " 1.2" }
23+ copy_dir = { version = " 0.1" }
2424bindgen = " 0.71"
You can’t perform that action at this time.
0 commit comments