Skip to content

Commit

Permalink
update to quickjs-ng 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrieshiemstra committed Sep 22, 2024
1 parent 0253bce commit fbb4a5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.14.2

* update quickjs-ng to 0.6.0

# 0.14.1

* update quickjs-ng to 0.5.0

# 0.14.0

* simplified tokio dep
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quickjs_runtime"
version = "0.14.1"
version = "0.14.2"
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", "bellard"]
default = ["console", "setimmediate", "setinterval", "settimeout", "typescript", "quickjs-ng"]
console = []
settimeout = []
setinterval = []
Expand All @@ -31,7 +31,7 @@ backtrace = "0.3.67"

#libquickjs-sys = {package="hirofa-quickjs-sys", git='https://github.com/HiRoFa/quickjs-sys'}
#libquickjs-sys = {package="hirofa-quickjs-sys", path='../quickjs-sys', default-features=false}
libquickjs-sys = {package="hirofa-quickjs-sys", version="0.5.0", default-features=false}
libquickjs-sys = {package="hirofa-quickjs-sys", version="0.6.0", default-features=false}
lazy_static = "1.4.0"
log = "0.4"
num_cpus = "1"
Expand Down

0 comments on commit fbb4a5d

Please sign in to comment.