mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
remove crossbeam-channel from proc-macro-srv-cli
This commit is contained in:
@@ -1877,7 +1877,6 @@ name = "proc-macro-srv-cli"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"crossbeam-channel",
|
||||
"postcard",
|
||||
"proc-macro-api",
|
||||
"proc-macro-srv",
|
||||
|
||||
@@ -14,7 +14,6 @@ publish = false
|
||||
proc-macro-srv.workspace = true
|
||||
proc-macro-api.workspace = true
|
||||
postcard.workspace = true
|
||||
crossbeam-channel.workspace = true
|
||||
clap = {version = "4.5.42", default-features = false, features = ["std"]}
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user