Skip to content

Commit f17ef4e

Browse files
build(deps): bump rustler from 0.35.0 to 0.36.0 in /native/rhai_rustler (#254)
Bumps [rustler](https://github.com/rusterlium/rustler) from 0.35.0 to 0.36.0. - [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.36.0) --- updated-dependencies: - dependency-name: rustler 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 23e8b7a commit f17ef4e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

native/rhai_rustler/Cargo.lock

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

native/rhai_rustler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313
rhai = { version = "=1.20.1", features = ["sync"] }
1414
rhai-dylib = { version = "0.4.0", features = ["sync"] }
1515
thiserror = "2.0.9"
16-
rustler = "0.35.0"
16+
rustler = "0.36.0"
1717

1818
[features]
1919
nif_version_2_15 = ["rustler/nif_version_2_15"]

0 commit comments

Comments
 (0)