Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Bump rhai from 1.18.0 to 1.19.0
Browse files Browse the repository at this point in the history
Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/rhaiscript/rhai/releases)
- [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md)
- [Commits](rhaiscript/rhai@v1.18.0...v1.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 8b49ee9 commit de3edca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = "1.0.61"
anyhow = "1.0.86"
csv = "1.3.0"
itertools = "0.13.0"
rhai = { version = "1.18.0", features = ["serde", "sync"] }
rhai = { version = "1.19.0", features = ["serde", "sync"] }

[profile.release]
lto = true # Enable link-time optimization
Expand Down

0 comments on commit de3edca

Please sign in to comment.