From 8b678310134d95f5f23922cc2819ece60f7c203b Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Thu, 22 Jan 2026 09:12:42 +0800 Subject: [PATCH] Cargo.toml: Remove leftover Signed-off-by: Gris Ge --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0a195c3..1c49c9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,6 @@ readme = "README.md" repository = "https://github.com/rust-netlink/netlink-sys" description = "netlink sockets, with optional integration with tokio" -# When running the examples against a local version of `netlink-sys` -# [patch.crates-io] -# netlink-sys = { path = "." } - [dependencies] bytes = "1.8" libc = "0.2.164"