Skip to content

Commit

Permalink
Bump rhai-dylib from 0.1.9 to 0.1.11 in /native/test_dylib_module
Browse files Browse the repository at this point in the history
Bumps [rhai-dylib](https://github.com/rhaiscript/rhai-dylib) from 0.1.9 to 0.1.11.
- [Release notes](https://github.com/rhaiscript/rhai-dylib/releases)
- [Commits](https://github.com/rhaiscript/rhai-dylib/commits/v0.1.11)

---
updated-dependencies:
- dependency-name: rhai-dylib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent ef51903 commit e578e00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 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.1.9", features = ["sync"] }
rhai-dylib = { version = "=0.1.11", features = ["sync"] }
rustler = "0.29.1"

0 comments on commit e578e00

Please sign in to comment.