Skip to content

Commit b96ebc8

Browse files
ng 0.11.0
1 parent c42d85f commit b96ebc8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+7456
-7131
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# hirofa-quickjs_sys - Changelog
22

3+
## 0.12.0
4+
5+
* update quickjs-ng to 0.11.0
6+
37
## 0.11.0
48

59
* update bellard to 2025-09-13

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.11.0"
5+
version = "0.12.0"
66
readme = "README.md"
77
repository = "https://github.com/HiRoFa/quickjs-sys"
88
license = "MIT"
@@ -13,8 +13,8 @@ keywords = ["quickjs"]
1313
build = "build.rs"
1414

1515
[features]
16-
default = ["bellard"]
17-
#default = ["quickjs-ng"]
16+
#default = ["bellard"]
17+
default = ["quickjs-ng"]
1818
bellard = []
1919
quickjs-ng = []
2020

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fn main() {
5757
#[cfg(feature = "quickjs-ng")]
5858
let files = [
5959
"cutils.c",
60-
"xsum.c",
60+
"dtoa.c",
6161
"libregexp.c",
6262
"libunicode.c",
6363
"quickjs.c",

0 commit comments

Comments
 (0)