Skip to content

Commit

Permalink
build: remove unused workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Feb 9, 2025
1 parent 5940a47 commit c055aa3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions compiler/eight-middle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ eight-span = { path = "../eight-span" }
eight-syntax = { path = "../eight-syntax" }

bumpalo = { workspace = true }
miette = { workspace = true }
pretty = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
eight-macros = { path = "../eight-macros", features = ["assertion-macros"] }
2 changes: 0 additions & 2 deletions compiler/eight-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ eight-diagnostics = { path = "../eight-diagnostics" }
eight-span = { path = "../eight-span" }

bumpalo = { workspace = true }
miette = { workspace = true }
serde = { workspace = true, optional = true }
thiserror = { workspace = true }

[dev-dependencies]
eight-macros = { path = "../eight-macros", features = ["assertion-macros"] }
13 changes: 0 additions & 13 deletions compiler/eight-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@ name = "eight-tests"
version = "0.1.0"
edition = "2021"

[dependencies]
eight-driver = { path = "../eight-driver" }
eight-diagnostics = { path = "../eight-diagnostics" }
eight-macros = { path = "../eight-macros" }
eight-span = { path = "../eight-span" }
eight-syntax = { path = "../eight-syntax" }
eight-middle = { path = "../eight-middle" }

miette = { workspace = true }
serde = { workspace = true, optional = true }

[dev-dependencies]
eight-macros = { path = "../eight-macros", features = ["assertion-macros"] }
insta = { workspace = true }
insta-cmd = { workspace = true }
ron = { workspace = true }

0 comments on commit c055aa3

Please sign in to comment.