Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrieshiemstra committed Sep 22, 2024
1 parent fbb4a5d commit b334c37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 0.14.2
# 0.14.3

* update quickjs-ng to 0.6.0
* bellard as default

# 0.14.2 (yanked, accidentaly set quickjs-ng as default)

* update quickjs-ng to 0.6.0

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickjs_runtime"
version = "0.14.2"
version = "0.14.3"
authors = ["Andries Hiemstra <[email protected]>"]
edition = "2021"
description = "Wrapper API and utils for the QuickJS JavaScript engine with support for Promise, Modules, Async/await"
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
categories = ["development-tools"]

[features]
default = ["console", "setimmediate", "setinterval", "settimeout", "typescript", "quickjs-ng"]
default = ["console", "setimmediate", "setinterval", "settimeout", "typescript", "bellard"]
console = []
settimeout = []
setinterval = []
Expand Down

0 comments on commit b334c37

Please sign in to comment.