Skip to content

Commit

Permalink
experiments: Rhai bug confirmed fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpombrio committed Apr 16, 2024
1 parent f436b5a commit 222cbf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/rhai/bug_1.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! Now fixed: https://github.com/rhaiscript/rhai/issues/862
//! The fix is on master, and will be released with 1.19.0

use rhai::{Dynamic, Engine};

fn main() {
Expand Down

0 comments on commit 222cbf8

Please sign in to comment.