Fix old version in Cargo.toml

This commit is contained in:
Christoph Herzog 2020-07-09 02:00:28 +02:00
parent 752df5500e
commit f9e86f05c0

View file

@ -2,7 +2,7 @@
edition = "2018"
name = "quick-js"
description = "QuickJS Javascript engine wrapper"
version = "0.3.4-alpha.0"
version = "0.3.3"
readme = "README.md"
documentation = "https://docs.rs/quick-js"
repository = "https://github.com/theduke/quickjs-rs"