Skip to content

Commit 192b606

Browse files
wip
1 parent ecc53e2 commit 192b606

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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
@@ -50,6 +54,7 @@
5054
## 0.1.0
5155

5256
Initial code
57+
5358
* updated bellard to 2023 release, this works
5459
* added quickjs-ng, gives warnings
5560
* added openwebf, does not work yet

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2024"
33
name = "hirofa-quickjs-sys"
44
description = "QuickJS, QuickJS-NG Javascript Engine FFI bindings"
5-
version = "0.10.1"
5+
version = "0.10.2"
66
readme = "README.md"
77
repository = "https://github.com/HiRoFa/quickjs-sys"
88
license = "MIT"
@@ -19,6 +19,6 @@ bellard = []
1919
quickjs-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" }
2424
bindgen = "0.71"

0 commit comments

Comments
 (0)