Skip to content

Commit a034cbc

Browse files
0.9.0
1 parent f6efe5c commit a034cbc

Some content is hidden

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

61 files changed

+9569
-10961
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# hirofa-quickjs_sys - Changelog
22

3+
## 0.9.0
4+
5+
* updated quickjs-ng to 0.9.0
6+
* set edition to 2024
7+
8+
## 0.8.0
9+
10+
* updated quickjs-ng to 0.8.0
11+
312
## 0.7.1
413

514
* clippy fixes, suppress warnings when using quickjs-ng

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
edition = "2018"
2+
edition = "2024"
33
name = "hirofa-quickjs-sys"
44
description = "QuickJS, QuickJS-NG Javascript Engine FFI bindings"
5-
version = "0.8.0"
5+
version = "0.9.0"
66
readme = "README.md"
77
repository = "https://github.com/HiRoFa/quickjs-sys"
88
license = "MIT"
@@ -14,6 +14,7 @@ build = "build.rs"
1414

1515
[features]
1616
default = ["bellard"]
17+
#default = ["quickjs-ng"]
1718
bellard = []
1819
quickjs-ng = []
1920

0 commit comments

Comments
 (0)