Skip to content

Commit

Permalink
pink 2.0.1 and sidevm 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Dec 15, 2023
1 parent 1a7c6da commit 0deaa42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pink-quickjs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pink-quickjs"
version = "2.0.0"
name = "pink_quickjs"
version = "2.0.1"
authors = ["[your_name] <[your_email]>"]
edition = "2021"

Expand All @@ -14,13 +14,13 @@ scale = { package = "parity-scale-codec", version = "3", default-features = fals
scale-info = { version = "2", default-features = false, features = ["derive"], optional = true }
qjsbind = { path = "../qjs-sys/qjsbind", default-features = false }
qjs-extensions = { path = "../qjs-sys/qjs-extensions", default-features = false, features = ["base64", "hex", "scale2"] }
pink = { package = "pink-extension", version = "0.4.4-dev.2", default-features = false, features = ["dlmalloc"] }
pink = { package = "pink-extension", version = "0.5.1", default-features = false, features = ["dlmalloc"] }
bootcode = { path = "bootcode" }
phat_js = { path = "../phat_js", default-features = false }
this-crate = "0.1"

[lib]
name = "qjs2"
name = "pink_quickjs"
path = "lib.rs"

[features]
Expand Down
2 changes: 1 addition & 1 deletion sidevm-quickjs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sidevm-quickjs"
version = "0.9.4"
version = "0.9.5"
authors = ["[your_name] <[your_email]>"]
edition = "2021"

Expand Down

0 comments on commit 0deaa42

Please sign in to comment.