Unnamed repository; edit this file 'description' to name the repository.
remove postcard dep from proc-macro-srv-cli
bit-aloo 3 months ago
parent 7afcfa7 · commit 154c878
-rw-r--r--Cargo.lock1
-rw-r--r--crates/proc-macro-srv-cli/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a2a18cf8ee..2cf3e37a43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1882,7 +1882,6 @@ dependencies = [
"expect-test",
"intern",
"paths",
- "postcard",
"proc-macro-api",
"proc-macro-srv",
"proc-macro-test",
diff --git a/crates/proc-macro-srv-cli/Cargo.toml b/crates/proc-macro-srv-cli/Cargo.toml
index a25e3b64ad..f586fe7644 100644
--- a/crates/proc-macro-srv-cli/Cargo.toml
+++ b/crates/proc-macro-srv-cli/Cargo.toml
@@ -16,7 +16,6 @@ doctest = false
[dependencies]
proc-macro-srv.workspace = true
proc-macro-api.workspace = true
-postcard.workspace = true
clap = {version = "4.5.42", default-features = false, features = ["std"]}
[dev-dependencies]