File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " javascriptcore"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44authors = [" Bruce Mitchener <bruce.mitchener@gmail.com>" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
@@ -13,4 +13,4 @@ categories = ["api-bindings"]
1313exclude = [" javascript_core/**" ]
1414
1515[dependencies ]
16- javascriptcore-sys = { path = " javascriptcore-sys" , version = " 0.0.1 " }
16+ javascriptcore-sys = { path = " javascriptcore-sys" , version = " 0.0.2 " }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add it to your `Cargo.toml` like so:
2121
2222``` toml
2323[dependencies ]
24- javascriptcore = " 0.0.1 "
24+ javascriptcore = " 0.0.2 "
2525```
2626
2727## Status of Implementation
Original file line number Diff line number Diff line change 11[package ]
22name = " javascriptcore-sys"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44authors = [" Bruce Mitchener <bruce.mitchener@gmail.com>" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments