Skip to content

Commit c2fa146

Browse files
upgrade to quickjs-ng 0.13.0
1 parent d6d8e9f commit c2fa146

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.17.2
2+
3+
* upgrade to quickjs-ng 0.13.0
4+
15
# 0.17.1
26

37
* upgrade to quickjs-ng 0.12.0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickjs_runtime"
3-
version = "0.17.1"
3+
version = "0.17.2"
44
authors = ["Andries Hiemstra <andries@hiemstra-software.nl>"]
55
edition = "2021"
66
description = "Wrapper API and utils for the QuickJS JavaScript engine with support for Promise, Modules, Async/await"
@@ -31,7 +31,7 @@ backtrace = "0.3"
3131

3232
#libquickjs-sys = {package="hirofa-quickjs-sys", git='https://github.com/HiRoFa/quickjs-sys'}
3333
#libquickjs-sys = { package = "hirofa-quickjs-sys", path = '../quickjs-sys', default-features = false }
34-
libquickjs-sys = { package = "hirofa-quickjs-sys", version = "0.13", default-features = false }
34+
libquickjs-sys = { package = "hirofa-quickjs-sys", version = "0.14", default-features = false }
3535
lazy_static = "1.5.0"
3636
log = "0.4"
3737
num_cpus = "1"

0 commit comments

Comments
 (0)