Skip to content

Commit

Permalink
build(deps): bump rhai-dylib in /native/test_dylib_module (#181)
Browse files Browse the repository at this point in the history
Bumps [rhai-dylib](https://github.com/rhaiscript/rhai-dylib) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/rhaiscript/rhai-dylib/releases)
- [Commits](rhaiscript/rhai-dylib@v0.2.1...v0.3.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>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent df6d278 commit 5304146
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions native/test_dylib_module/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/test_dylib_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
rhai-dylib = { version = "=0.2.1", features = ["sync"] }
rhai-dylib = { version = "=0.3.0", features = ["sync"] }
rustler = "0.31.0"

0 comments on commit 5304146

Please sign in to comment.