Skip to content

Commit 753aa65

Browse files
committed
Require newer jaq-interpret to due From<f64> requirement.
1 parent 22408c9 commit 753aa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaq-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ math = ["libm"]
1818
parse_json = ["hifijson"]
1919

2020
[dependencies]
21-
jaq-interpret = { version = "1.2.0", path = "../jaq-interpret" }
21+
jaq-interpret = { version = "1.5.0", path = "../jaq-interpret" }
2222
hifijson = { version = "0.2.0", optional = true }
2323
time = { version = "0.3.20", optional = true, features = ["formatting", "parsing"] }
2424
regex = { version = "1.9", optional = true }

0 commit comments

Comments
 (0)