mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
Remove cargo-bundle from dev-dependencies
The cargo-bundle crate is installed separately in the 'bundle' script via 'cargo install'.
This commit is contained in:
parent
e1d4bcf013
commit
a0287920e5
2 changed files with 141 additions and 731 deletions
871
Cargo.lock
generated
871
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -98,7 +98,6 @@ rpc = { path = "../rpc", features = ["test-support"] }
|
|||
client = { path = "../client", features = ["test-support"] }
|
||||
util = { path = "../util", features = ["test-support"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
cargo-bundle = "0.5.0"
|
||||
env_logger = "0.8"
|
||||
serde_json = { version = "1.0.64", features = ["preserve_order"] }
|
||||
tempdir = { version = "0.3.7" }
|
||||
|
|
Loading…
Reference in a new issue