Skip to content

Commit 783ec1b

Browse files
authored
Merge pull request #1065 from schungx/master
Bump version
2 parents a98ceb2 + 151cebe commit 783ec1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Breaking Changes
88
----------------
99

1010
* `stdweb` support is removed. The feature flag `stdweb` is also removed. Use `wasm-bindgen` instead.
11-
* [`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.
11+
* [`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).
1212

1313
Bug fixes
1414
---------

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "codegen"]
33

44
[package]
55
name = "rhai"
6-
version = "1.23.6"
6+
version = "1.24.0"
77
rust-version = "1.66.0"
88
edition = "2018"
99
resolver = "2"

0 commit comments

Comments
 (0)