Skip to content

Commit cfc3d7c

Browse files
committed
chore: Release
1 parent cfe987b commit cfc3d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "quickjs-rusty"
99
readme = "README.md"
1010
repository = "https://github.com/Icemic/quickjs-rusty"
11-
version = "0.6.1"
11+
version = "0.6.2"
1212

1313
[package.metadata.docs.rs]
1414
features = ["chrono", "bigint", "log"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This crate allows you to easily access and use all the features of QuickJS from
1212

1313
```toml
1414
[dependencies]
15-
quickjs-rusty = "0.6.1"
15+
quickjs-rusty = "0.6.2"
1616
```
1717

1818
```rust

0 commit comments

Comments
 (0)