Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Nov 17, 2023
1 parent 2833bb0 commit 4f7632c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.0.0", path = "../jaq-interpret" }
jaq-interpret = { version = "1.2.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
4 changes: 2 additions & 2 deletions jaq-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jaq-parse = { version = "1.0.0", path = "../jaq-parse" }
bincode = { version = "1.3.3", optional = true }

[dev-dependencies]
jaq-interpret = { version = "1.0.0", path = "../jaq-interpret" }
jaq-core = { version = "1.0.0", path = "../jaq-core" }
jaq-interpret = { version = "1.2.0", path = "../jaq-interpret" }
jaq-core = { version = "1.2.0", path = "../jaq-core" }
serde_json = "1.0"
6 changes: 3 additions & 3 deletions jaq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ default = ["mimalloc"]
[dependencies]
jaq-syn = { version = "1.1.0", path = "../jaq-syn" }
jaq-parse = { version = "1.0.0", path = "../jaq-parse" }
jaq-interpret = { version = "1.1.1", path = "../jaq-interpret" }
jaq-core = { version = "1.0.0", path = "../jaq-core" }
jaq-std = { version = "1.0.0", path = "../jaq-std" }
jaq-interpret = { version = "1.2.0", path = "../jaq-interpret" }
jaq-core = { version = "1.2.0", path = "../jaq-core" }
jaq-std = { version = "1.2.0", path = "../jaq-std" }
ariadne = "0.3.0"
atty = "0.2"
chumsky = { version = "0.9.0", default-features = false }
Expand Down

0 comments on commit 4f7632c

Please sign in to comment.