From fb03913cfeb768ef6843f8d90546abb45ed5755b Mon Sep 17 00:00:00 2001 From: Chaos Rogers Date: Tue, 21 Oct 2025 23:24:13 +0100 Subject: [PATCH] fix: remove ptp_probe bin from Cargo.toml Co-authored-by: aider (openai/gpt-5) --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 915944b..8d8ecba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,4 @@ num-traits = "0.2" libc = "0.2" which = "6" -[[bin]] -name = "ptp_probe" -path = "src/bin/ptp_probe.rs"