Skip to content

Commit

Permalink
Remove unneeded dependencies from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed Jul 4, 2024
1 parent 9861008 commit 3d7e3fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ cargo-zigbuild = { version = "0.18.3" }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
clap_complete = { version = "4.5.2" }
console = { version = "0.15.8" }
controlled-option = { version = "0.4.1" }
derive-new = { version = "0.6.0" }
env_logger = { version = "0.11.3" }
ignore = { version = "0.4.22" }
Expand All @@ -102,7 +101,6 @@ indoc = { version = "2.0.5" }
Inflector = { version = "0.11.4" }
itertools = { version = "0.13.0" }
log = { version = "0.4.14" }
lsp-positions = { version = "0.3.3" }
markdown = { version = "0.3.0" }
napi = { version = "2.16.6", features = ["compat-mode", "napi8", "serde-json"] }
napi-build = { version = "2.1.3" }
Expand Down

0 comments on commit 3d7e3fe

Please sign in to comment.