From 06170b3a564da921d7278d6d3d59f342d3ce6ad0 Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Thu, 22 Sep 2022 22:09:21 +0800 Subject: [PATCH] Remove kex1 example --- sshproto/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/sshproto/Cargo.toml b/sshproto/Cargo.toml index 3a6255a..1cd3609 100644 --- a/sshproto/Cargo.toml +++ b/sshproto/Cargo.toml @@ -57,5 +57,3 @@ async-trait = { version = "0.1" } serde_json = "1.0" -[[example]] -name = "kex1" -- GitLab