Skip to content

Commit

Permalink
Make clap, and assert_cmd workspace dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivaswatha committed Jul 7, 2024
1 parent 545950d commit 27b6021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ expect-test.workspace = true

[workspace.dependencies]
apint = "0.2.0"
assert_cmd = "2"
clap = { version = "4.5", features = ["derive"] }
expect-test = "1.5.0"
proc-macro2 = "1.0.84"
quote = "1.0.36"
Expand All @@ -53,4 +55,4 @@ syn = { version = "2.0.66", features = ["derive"] }
combine = "4.6.7"
thiserror = "1.0.61"
linkme = "0.3"
tempfile = "3"
tempfile = "3"
6 changes: 3 additions & 3 deletions pliron-llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ license.workspace = true
pliron-derive = { path = "../pliron-derive", version = "0" }
pliron = { path = "../", version = "0" }
apint.workspace = true
clap = { version = "4.5", features = ["derive"] }
clap.workspace = true
combine.workspace = true
thiserror.workspace = true
linkme.workspace = true
inkwell = { version = "0", features = ["llvm17-0"] }
rustc-hash.workspace = true
assert_cmd = { version = "2" }
inkwell = { version = "0", features = ["llvm17-0"] }

[dev-dependencies]
expect-test.workspace = true
tempfile.workspace = true
assert_cmd.workspace = true

0 comments on commit 27b6021

Please sign in to comment.