We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
From<f64>
1 parent 22408c9 commit 753aa65Copy full SHA for 753aa65
jaq-core/Cargo.toml
@@ -18,7 +18,7 @@ math = ["libm"]
18
parse_json = ["hifijson"]
19
20
[dependencies]
21
-jaq-interpret = { version = "1.2.0", path = "../jaq-interpret" }
+jaq-interpret = { version = "1.5.0", path = "../jaq-interpret" }
22
hifijson = { version = "0.2.0", optional = true }
23
time = { version = "0.3.20", optional = true, features = ["formatting", "parsing"] }
24
regex = { version = "1.9", optional = true }
0 commit comments