Bump minimum compiler version.
This commit is contained in:
parent
fa8e2e638b
commit
7263896776
@ -4,6 +4,11 @@ Rhai Release Notes
|
|||||||
Version 1.6.0
|
Version 1.6.0
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Compiler version
|
||||||
|
----------------
|
||||||
|
|
||||||
|
* Minimum compiler version is now `1.57` due to [`smartstring`](https://crates.io/crates/smartstring) dependency.
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ members = [".", "codegen"]
|
|||||||
[package]
|
[package]
|
||||||
name = "rhai"
|
name = "rhai"
|
||||||
version = "1.6.0"
|
version = "1.6.0"
|
||||||
|
rust-version = "1.57"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
|
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
|
||||||
description = "Embedded scripting for Rust"
|
description = "Embedded scripting for Rust"
|
||||||
|
@ -26,7 +26,7 @@ Targets and builds
|
|||||||
* All CPU and O/S targets supported by Rust, including:
|
* All CPU and O/S targets supported by Rust, including:
|
||||||
* WebAssembly (WASM)
|
* WebAssembly (WASM)
|
||||||
* `no-std`
|
* `no-std`
|
||||||
* Minimum Rust version 1.51
|
* Minimum Rust version 1.57
|
||||||
|
|
||||||
|
|
||||||
Standard features
|
Standard features
|
||||||
|
Loading…
Reference in New Issue
Block a user