Skip to content

Commit b334c37

Browse files
wip
1 parent fbb4a5d commit b334c37

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# 0.14.2
1+
# 0.14.3
2+
3+
* update quickjs-ng to 0.6.0
4+
* bellard as default
5+
6+
# 0.14.2 (yanked, accidentaly set quickjs-ng as default)
27

38
* update quickjs-ng to 0.6.0
49

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickjs_runtime"
3-
version = "0.14.2"
3+
version = "0.14.3"
44
authors = ["Andries Hiemstra <info@hirofa.com>"]
55
edition = "2021"
66
description = "Wrapper API and utils for the QuickJS JavaScript engine with support for Promise, Modules, Async/await"
@@ -13,7 +13,7 @@ readme = "README.md"
1313
categories = ["development-tools"]
1414

1515
[features]
16-
default = ["console", "setimmediate", "setinterval", "settimeout", "typescript", "quickjs-ng"]
16+
default = ["console", "setimmediate", "setinterval", "settimeout", "typescript", "bellard"]
1717
console = []
1818
settimeout = []
1919
setinterval = []

0 commit comments

Comments
 (0)