Skip to content

Commit f33db68

Browse files
build(deps): bump rhai-dylib from 0.4.0 to 0.5.0 in /native/rhai_rustler (#250)
Bumps [rhai-dylib](https://github.com/rhaiscript/rhai-dylib) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/rhaiscript/rhai-dylib/releases) - [Commits](rhaiscript/rhai-dylib@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: rhai-dylib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a159378 commit f33db68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

native/rhai_rustler/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/rhai_rustler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
rhai = { version = "=1.21.0", features = ["sync"] }
14-
rhai-dylib = { version = "0.4.0", features = ["sync"] }
14+
rhai-dylib = { version = "0.5.0", features = ["sync"] }
1515
thiserror = "2.0.11"
1616
rustler = "0.36.0"
1717

0 commit comments

Comments
 (0)