Skip to content

Commit

Permalink
build(deps): bump rhai-dylib from 0.2.1 to 0.3.0 in /native/rhai_rust…
Browse files Browse the repository at this point in the history
…ler (#190)

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 Jun 6, 2024
1 parent 4402821 commit 41b93c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions native/rhai_rustler/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/rhai_rustler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
rhai = { version = "=1.18.0", features = ["sync"] }
rhai-dylib = { version = "0.2.1", features = ["sync"] }
rhai-dylib = { version = "0.3.0", features = ["sync"] }
thiserror = "1.0.60"
rustler = "0.33.0"

Expand Down

0 comments on commit 41b93c7

Please sign in to comment.