Bump minimum compiler version.

This commit is contained in:
Stephen Chung
2022-02-24 08:54:37 +08:00
parent fa8e2e638b
commit 7263896776
3 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ members = [".", "codegen"]
[package]
name = "rhai"
version = "1.6.0"
rust-version = "1.57"
edition = "2018"
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
description = "Embedded scripting for Rust"