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 cfe987b commit cfc3d7cCopy full SHA for cfc3d7c
Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
8
name = "quickjs-rusty"
9
readme = "README.md"
10
repository = "https://github.com/Icemic/quickjs-rusty"
11
-version = "0.6.1"
+version = "0.6.2"
12
13
[package.metadata.docs.rs]
14
features = ["chrono", "bigint", "log"]
README.md
@@ -12,7 +12,7 @@ This crate allows you to easily access and use all the features of QuickJS from
```toml
[dependencies]
15
-quickjs-rusty = "0.6.1"
+quickjs-rusty = "0.6.2"
16
```
17
18
```rust
0 commit comments