Skip to content

Commit

Permalink
chore: add serde feature to rhai
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jun 17, 2024
1 parent 71a3e38 commit fa7d765
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 @@ -69,7 +69,7 @@ tabled = { version = "0.15.0", features = ["ansi"] }
strsim = "0.11.1"
scraper = "0.19.0"
serde_json = "1.0.117"
rhai = { version = "1.18.0", features = ["sync"] }
rhai = { version = "1.18.0", features = ["sync", "serde"] }
better-panic = "0.3.0"
color-eyre = "0.6.3"
strip-ansi-escapes = "0.2.0"
Expand Down

0 comments on commit fa7d765

Please sign in to comment.