Skip to content

Commit 0815262

Browse files
authored
Removing deps that are no longer needed (#2814)
1 parent 6c8cb26 commit 0815262

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

Cargo.lock

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/compiler/qsc_openqasm_compiler/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ license.workspace = true
88
version.workspace = true
99

1010
[dependencies]
11-
bitflags = { workspace = true }
12-
enum-iterator = { workspace = true }
1311
indenter = { workspace = true }
1412
num-bigint = { workspace = true }
15-
num-traits = { workspace = true }
1613
miette = { workspace = true }
1714
qsc_ast = { path = "../qsc_ast" }
1815
qsc_data_structures = { path = "../qsc_data_structures" }
@@ -31,7 +28,6 @@ miette = { workspace = true, features = ["fancy-no-syscall"] }
3128
# Self import adding fs feature so that we can test
3229
# loading qasm from file.
3330
qsc = { path = "../qsc" }
34-
qsc_codegen = { path = "../qsc_codegen" }
3531
qsc_passes = { path = "../qsc_passes" }
3632

3733
[lints]

source/compiler/qsc_openqasm_parser/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,8 @@ rustc-hash = { workspace = true }
1919
thiserror = { workspace = true }
2020

2121
[dev-dependencies]
22-
criterion = { workspace = true, features = ["cargo_bench_support"] }
23-
difference = { workspace = true }
2422
expect-test = { workspace = true }
25-
indoc = { workspace = true }
2623
miette = { workspace = true, features = ["fancy-no-syscall"] }
27-
# Self import adding fs feature so that we can test
28-
# loading qasm from file.
29-
qsc = { path = "../qsc" }
30-
qsc_codegen = { path = "../qsc_codegen" }
3124

3225
[lints]
3326
workspace = true

0 commit comments

Comments
 (0)