Skip to content

Commit

Permalink
chore: bump rhai to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ltabis committed Sep 20, 2023
1 parent 96187b8 commit 374754e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ keywords = [
categories = ["development-tools"]

[dependencies]
rhai = { version = "1.15.1", features = ["metadata"] }
serde_json = "1.0.104"
serde = { version = "1.0.183", features = ["derive"] }
rhai = { version = "1.16.1", features = ["metadata"] }
serde_json = "1.0.107"
serde = { version = "1.0.188", features = ["derive"] }

[dev-dependencies]
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"

[[example]]
name = "basic"
Expand Down

0 comments on commit 374754e

Please sign in to comment.