From 229443eebea5a66f860533a17e48d9573bde0cae Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Thu, 22 Sep 2022 20:11:16 +0800
Subject: [PATCH] Remove old fakerandom feature

---
 sshproto/Cargo.toml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sshproto/Cargo.toml b/sshproto/Cargo.toml
index 4b584e9..3a6255a 100644
--- a/sshproto/Cargo.toml
+++ b/sshproto/Cargo.toml
@@ -44,8 +44,6 @@ std = ["async-trait", "snafu/std"]
 # tokio-queue = ["dep:tokio"]
 
 getrandom = ["rand/getrandom"]
-# don't use this
-fakerandom = []
 
 [dev-dependencies]
 # toml = "0.5"
-- 
GitLab