Skip to content

Commit 92bc331

Browse files
build(deps): bump rhai-dylib in /native/test_dylib_module (#264)
Bumps [rhai-dylib](https://github.com/rhaiscript/rhai-dylib) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/rhaiscript/rhai-dylib/releases) - [Commits](rhaiscript/rhai-dylib@v0.5.0...v0.6.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 f33db68 commit 92bc331

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

native/test_dylib_module/Cargo.lock

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

native/test_dylib_module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ path = "src/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
rhai-dylib = { version = "=0.5.0", features = ["sync"] }
13+
rhai-dylib = { version = "=0.6.0", features = ["sync"] }
1414
rustler = "0.36.0"

0 commit comments

Comments
 (0)