Skip to content

Commit

Permalink
chore: bump rhai to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ltabis committed Feb 5, 2024
1 parent 016d08c commit 5dda356
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.17.0", features = ["metadata"] }
rhai = { version = "1.17.1", features = ["metadata"] }
serde_json = "1.0.111"
serde = { version = "1.0.195", features = ["derive"] }

Expand Down

0 comments on commit 5dda356

Please sign in to comment.