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 78c5c8a commit 221fff9Copy full SHA for 221fff9
Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
8
name = "quickjspp"
9
readme = "README.md"
10
repository = "https://github.com/Icemic/quickjspp-rs"
11
-version = "0.4.6"
+version = "0.5.0"
12
13
[package.metadata.docs.rs]
14
features = ["chrono", "bigint", "log"]
README.md
@@ -16,7 +16,7 @@ This crate allows you to easily run and integrate with Javascript code from Rust
16
17
```toml
18
[dependencies]
19
-quickjspp = "0.4.6"
+quickjspp = "0.5.0"
20
```
21
22
```rust
0 commit comments