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 c4e139a commit 1cf7d5dCopy full SHA for 1cf7d5d
Cargo.toml
@@ -2,7 +2,7 @@
2
edition = "2018"
3
name = "quick-js"
4
description = "QuickJS Javascript engine wrapper"
5
-version = "0.4.1-alpha.0"
+version = "0.4.1"
6
readme = "README.md"
7
documentation = "https://docs.rs/quick-js"
8
repository = "https://github.com/theduke/quickjs-rs"
README.md
@@ -15,7 +15,7 @@ This crate allows you to easily run and integrate with Javascript code from Rust
15
16
```toml
17
[dependencies]
18
-quick-js = "0.3.3"
+quick-js = "0.4.1"
19
```
20
21
```rust
0 commit comments