Skip to content

Commit 7f09f92

Browse files
remove crate for good
1 parent 1aec357 commit 7f09f92

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

Cargo.lock

-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ pgt_analyse = { path = "./crates/pgt_analyse", version = "0.0.0"
5757
pgt_analyser = { path = "./crates/pgt_analyser", version = "0.0.0" }
5858
pgt_base_db = { path = "./crates/pgt_base_db", version = "0.0.0" }
5959
pgt_cli = { path = "./crates/pgt_cli", version = "0.0.0" }
60-
pgt_commands = { path = "./crates/pgt_commands", version = "0.0.0" }
6160
pgt_completions = { path = "./crates/pgt_completions", version = "0.0.0" }
6261
pgt_configuration = { path = "./crates/pgt_configuration", version = "0.0.0" }
6362
pgt_console = { path = "./crates/pgt_console", version = "0.0.0" }

crates/pgt_workspace/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ globset = "0.4.16"
2020
ignore = { workspace = true }
2121
pgt_analyse = { workspace = true, features = ["serde"] }
2222
pgt_analyser = { workspace = true }
23-
pgt_commands = { workspace = true }
2423
pgt_completions = { workspace = true }
2524
pgt_configuration = { workspace = true }
2625
pgt_console = { workspace = true }

0 commit comments

Comments
 (0)