This commit is contained in:
Jeehoon Kang
2024-05-08 03:39:32 +00:00
parent 099672d0b8
commit 021f2cd240
2 changed files with 173 additions and 126 deletions

View File

@@ -29,13 +29,13 @@ required-features = ["build-bin"]
build-bin = ["clap"]
[dependencies]
clap = { version = "4.4.10", features = ["derive"], optional = true }
thiserror = "1.0.50"
clap = { version = "4.5.4", features = ["derive"], optional = true }
thiserror = "1.0.60"
lang-c = "0.15.1"
itertools = "0.12.0"
tempfile = "3.8.1"
ordered-float = "4.1.1"
itertools = "0.12.1"
tempfile = "3.10.1"
ordered-float = "4.2.0"
hexf-parse = "0.2.1"
wait-timeout = "0.2.0"
peg = "0.8.2"
peg = "0.8.3"
rand = "0.8.5"