Skip to content

Commit b63e77e

Browse files
build(deps): bump rhai from 1.19.0 to 1.20.1 in /native/rhai_rustler (#236)
Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.19.0 to 1.20.1. - [Release notes](https://github.com/rhaiscript/rhai/releases) - [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md) - [Commits](rhaiscript/rhai@v1.19.0...v1.20.1) --- updated-dependencies: - dependency-name: rhai 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 215f979 commit b63e77e

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

native/rhai_rustler/Cargo.lock

Lines changed: 27 additions & 2 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
@@ -10,7 +10,7 @@ path = "src/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
rhai = { version = "=1.19.0", features = ["sync"] }
13+
rhai = { version = "=1.20.1", features = ["sync"] }
1414
rhai-dylib = { version = "0.4.0", features = ["sync"] }
1515
thiserror = "2.0.9"
1616
rustler = "0.35.0"

0 commit comments

Comments
 (0)