Releases: rhaiscript/rhai-dylib
Releases · rhaiscript/rhai-dylib
Release 0.1.6
- Fix libloading module resolver implementation with the latest version of Rhai
Release 0.1.5
- Update dependencies
Release 0.1.4
- MSRV set to Rhai (1.61)
- update documentation.
Release 0.1.3
- fix lock error when registering a module for the first time.
- fix module path resolution using rhai's file module resolver code.
- use rhai module errors for the entire crate.
- bump rhai dependency to latest and remove github path.
Release 0.1.2
- Add Rhai's
sync
feature flag.
Release 0.1.1
Changed
- Change Rhai dependency to the official main branch.
- Using
rhai::config::hashing::set_ahash_seed
instead of setting theRHAI_AHASH_SEED
env variable.