Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DelSkayn committed May 6, 2024
1 parent 6b82e33 commit 304db5d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquickjs"
version = "0.6.1"
version = "0.6.2"
authors = ["Mees Delzenne <mees.delzenne@gmail.com>", "K. <kayo@illumium.org>"]
edition = "2021"
rust-version = "1.65"
Expand All @@ -12,11 +12,11 @@ categories = ["api-bindings"]
repository = "https://github.com/DelSkayn/rquickjs.git"

[dependencies.rquickjs-core]
version = "0.6.1"
version = "0.6.2"
path = "core"

[dependencies.rquickjs-macro]
version = "0.6.1"
version = "0.6.2"
path = "macro"
optional = true

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ See below for a list of supported platforms.
| x86_64-pc-windows-gnu ||||
| i686-pc-windows-gnu ||||
| x86_64-pc-windows-mvsc ||| ❌ experimental! |
| i686-pc-windows-mvsc ||| ❌ experimental! |
| x86_64-apple-darwin ||||
| aarch64-apple-darwin ||||
| wasm32-wasi ||||
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquickjs-core"
version = "0.6.1"
version = "0.6.2"
authors = ["Mees Delzenne <mees.delzenne@gmail.com>", "K. <kayo@illumium.org>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -31,7 +31,7 @@ version = "0.4"
optional = true

[dependencies.rquickjs-sys]
version = "0.6.1"
version = "0.6.2"
path = "../sys"

[dependencies.dlopen]
Expand Down
6 changes: 3 additions & 3 deletions macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquickjs-macro"
version = "0.6.1"
version = "0.6.2"
authors = ["K. <kayo@illumium.org>", "Mees Delzenne <mees.delzenne@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -37,15 +37,15 @@ optional = true

[dependencies.rquickjs-core]
path = "../core"
version = "0.6.1"
version = "0.6.2"
features = ["loader"]

[dev-dependencies.difference]
version = "2"

[dev-dependencies.rquickjs]
path = ".."
version = "0.6.1"
version = "0.6.2"
features = ["macro", "classes", "properties", "futures","phf"]

[dev-dependencies.async-std]
Expand Down
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquickjs-sys"
version = "0.6.1"
version = "0.6.2"
authors = ["Mees Delzenne <mees.delzenne@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 304db5d

Please sign in to comment.