diff --git a/Cargo.toml b/Cargo.toml index 33c9a66..01bdd89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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. ] }