mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Remove unused dev-dependencies (#7285)
Warning: the `nu-json` crate seems to be undertested as the main test code is commented out. Thus the unused dependencies there were just commented out
This commit is contained in:
committed by
GitHub
parent
a9e6b1ec6b
commit
6fadc72553
@ -11,5 +11,4 @@ edition = "2021"
|
||||
categories = ["filesystem"]
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3"
|
||||
doc-comment = "0.3"
|
@ -21,5 +21,5 @@ num-traits = "0.2.14"
|
||||
serde = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
nu-path = { path="../nu-path", version = "0.72.1" }
|
||||
serde_json = "1.0"
|
||||
# nu-path = { path="../nu-path", version = "0.72.1" }
|
||||
# serde_json = "1.0"
|
||||
|
Reference in New Issue
Block a user