Skip to content

Commit

Permalink
Require newer jaq-interpret to due From<f64> requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Jun 26, 2024
1 parent 22408c9 commit 753aa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaq-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ math = ["libm"]
parse_json = ["hifijson"]

[dependencies]
jaq-interpret = { version = "1.2.0", path = "../jaq-interpret" }
jaq-interpret = { version = "1.5.0", path = "../jaq-interpret" }
hifijson = { version = "0.2.0", optional = true }
time = { version = "0.3.20", optional = true, features = ["formatting", "parsing"] }
regex = { version = "1.9", optional = true }
Expand Down

0 comments on commit 753aa65

Please sign in to comment.