Bump version.

This commit is contained in:
Stephen Chung
2020-07-14 08:42:02 +08:00
parent adc96e24bd
commit a97ffc536c
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai"
version = "0.17.0"
version = "0.18.0"
edition = "2018"
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung"]
description = "Embedded scripting for Rust"
@@ -73,9 +73,3 @@ optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant= { version = "0.1.4", features = ["wasm-bindgen"] } # WASM implementation of std::time::Instant
[package.metadata.docs.rs]
features = ["serde"]
[package.metadata.playground]
features = ["serde"]