From f4d363ec003bd28e8577b9f5893f7524c0214f0e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:35:48 +0000 Subject: [PATCH 1/2] update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c2b2144..c76d6ace 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Russh [![Rust](https://github.com/warp-tech/russh/actions/workflows/rust.yml/badge.svg)](https://github.com/warp-tech/russh/actions/workflows/rust.yml) -[![All Contributors](https://img.shields.io/badge/all_contributors-89-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-90-orange.svg?style=flat-square)](#contributors-) Low-level Tokio SSH2 client and server implementation. @@ -251,6 +251,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d ayamir
ayamir

💻 Luiz Ribeiro
Luiz Ribeiro

💻 biao29
biao29

💻 + Georg von Zengen
Georg von Zengen

💻 From acb2e4cf28ae35bb7040d30ae826e44098a01bb8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:35:49 +0000 Subject: [PATCH 2/2] update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index a8f0c5c2..de95e737 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -805,6 +805,15 @@ "contributions": [ "code" ] + }, + { + "login": "gvz", + "name": "Georg von Zengen", + "avatar_url": "https://avatars.githubusercontent.com/u/3962183?v=4", + "profile": "https://github.com/gvz", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7,