diff --git a/CHANGELOG.md b/CHANGELOG.md index ce96d53a0..bd4a35769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Breaking Changes ---------------- * `stdweb` support is removed. The feature flag `stdweb` is also removed. Use `wasm-bindgen` instead. -* [`web-time`](https://crates.io/crates/web-time) is used for WASM targets instead of [`instant`](https://crates.io/crates/instant), which is no longer maintained. +* [`web-time`](https://crates.io/crates/web-time) is used for WASM targets instead of [`instant`](https://crates.io/crates/instant), which is no longer maintained [#1063](https://github.com/rhaiscript/rhai/pull/1063). Bug fixes --------- diff --git a/Cargo.toml b/Cargo.toml index 3874c42f9..3f1e3c028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "codegen"] [package] name = "rhai" -version = "1.23.6" +version = "1.24.0" rust-version = "1.66.0" edition = "2018" resolver = "2"