-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #265 from DelSkayn/v0.5
Bump version due to changes to allocator API.
- Loading branch information
Showing
8 changed files
with
52 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rquickjs" | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
authors = ["Mees Delzenne <[email protected]>", "K. <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
@@ -12,11 +12,11 @@ categories = ["api-bindings"] | |
repository = "https://github.com/DelSkayn/rquickjs.git" | ||
|
||
[dependencies.rquickjs-core] | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
path = "core" | ||
|
||
[dependencies.rquickjs-macro] | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
path = "macro" | ||
optional = true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rquickjs-core" | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
authors = ["Mees Delzenne <[email protected]>", "K. <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -31,7 +31,7 @@ version = "0.4" | |
optional = true | ||
|
||
[dependencies.rquickjs-sys] | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
path = "../sys" | ||
|
||
[dependencies.dlopen] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rquickjs-macro" | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
authors = ["K. <[email protected]>", "Mees Delzenne <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -37,15 +37,15 @@ optional = true | |
|
||
[dependencies.rquickjs-core] | ||
path = "../core" | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
features = ["loader"] | ||
|
||
[dev-dependencies.difference] | ||
version = "2" | ||
|
||
[dev-dependencies.rquickjs] | ||
path = ".." | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
features = ["macro", "classes", "properties", "futures","phf"] | ||
|
||
[dev-dependencies.async-std] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rquickjs-sys" | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
authors = ["Mees Delzenne <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|