Skip to content

Commit

Permalink
chore: bump rhai to 1.19 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltabis authored Jul 4, 2024
1 parent c4bd6ec commit dd36fac
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 @@ -18,7 +18,7 @@ keywords = [
categories = ["development-tools"]

[dependencies]
rhai = { version = "1.18", features = ["metadata"] }
rhai = { version = "1.19", features = ["metadata"] }
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
handlebars = { version = "5.1.0" }
Expand Down

0 comments on commit dd36fac

Please sign in to comment.