Skip to content

Commit

Permalink
chore: bump rhai to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ltabis committed Apr 12, 2024
1 parent 4e103b9 commit 1a741e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ categories = ["embedded"]
[dependencies]
libloading = { version = "0.8", optional = true }

rhai = { version = "1.17", features = [
rhai = { version = "1.18", features = [
"internals", # Used to implement the ModuleResolver trait.
] }

Expand Down

0 comments on commit 1a741e8

Please sign in to comment.