We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949a3e4 commit 5306c5bCopy full SHA for 5306c5b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "javascriptcore"
3
-version = "0.0.3"
+version = "0.0.4"
4
authors = ["Bruce Mitchener <bruce.mitchener@gmail.com>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
@@ -13,4 +13,4 @@ categories = ["api-bindings"]
13
exclude = ["javascript_core/**"]
14
15
[dependencies]
16
-javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.3" }
+javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.4" }
javascriptcore-sys/Cargo.toml
name = "javascriptcore-sys"
0 commit comments