Skip to content

Commit

Permalink
build(deps): bump rustler from 0.35.0 to 0.35.1 in /native/rhai_rustler
Browse files Browse the repository at this point in the history
Bumps [rustler](https://github.com/rusterlium/rustler) from 0.35.0 to 0.35.1.
- [Release notes](https://github.com/rusterlium/rustler/releases)
- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)
- [Commits](rusterlium/rustler@rustler-0.35.0...rustler-0.35.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 62737fb commit 490c4a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -13,7 +13,7 @@ crate-type = ["cdylib"]
rhai = { version = "=1.19.0", features = ["sync"] }
rhai-dylib = { version = "0.4.0", features = ["sync"] }
thiserror = "1.0.65"
rustler = "0.35.0"
rustler = "0.35.1"

[features]
nif_version_2_15 = ["rustler/nif_version_2_15"]
Expand Down

0 comments on commit 490c4a7

Please sign in to comment.