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,11 @@ Rhai Release Notes
Version 1.6.0
=============
Compiler version
----------------
* Minimum compiler version is now `1.57` due to [`smartstring`](https://crates.io/crates/smartstring) dependency.
Bug fixes
---------

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"

View File

@ -26,7 +26,7 @@ Targets and builds
* All CPU and O/S targets supported by Rust, including:
* WebAssembly (WASM)
* `no-std`
* Minimum Rust version 1.51
* Minimum Rust version 1.57
Standard features