ci: add msrv check & update cargo.toml/readme rust-version to 1.60

This commit is contained in:
Mathieu-Lala
2022-07-13 13:12:53 +02:00
parent cd8a93acd4
commit f1e7f3d01b
3 changed files with 26 additions and 2 deletions

View File

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