File tree Expand file tree Collapse file tree 5 files changed +46
-36
lines changed Expand file tree Collapse file tree 5 files changed +46
-36
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ repository = "https://github.com/rustonbsd/iroh-ssh"
77readme = " README.md"
88keywords = [" networking" ]
99categories = [" network-programming" ]
10- version = " 0.2.5 "
10+ version = " 0.2.6 "
1111edition = " 2024"
1212
1313[dependencies ]
14- anyhow = " 1"
14+ anyhow = " 1.0.99 "
1515iroh = " 0.90.0"
1616ed25519-dalek = { version = " 2.2.0" , features = [" rand_core" ] }
1717rand = " 0.8"
1818tokio-stream = { version = " 0.1.15" , features = [" sync" ] }
1919tracing = " 0.1"
2020tracing-subscriber = " 0.3"
21- tokio = { version = " 1" , features = [
21+ tokio = { version = " 1.47.1 " , features = [
2222 " macros" ,
2323 " io-util" ,
2424 " sync" ,
@@ -29,7 +29,7 @@ homedir = "0.3.6"
2929whoami = " 1.6.1"
3030z32 = " 1.3"
3131runas = " 1.2.0"
32- tempfile = " 3.20 .0"
32+ tempfile = " 3.21 .0"
3333
3434[profile .release ]
3535opt-level = 3
Original file line number Diff line number Diff line change @@ -37,23 +37,23 @@ Download and setup the binary automatically for your operating system from [GitH
3737Linux
3838``` bash
3939# Linux
40- wget https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.5 /iroh-ssh.linux
40+ wget https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.6 /iroh-ssh.linux
4141chmod +x iroh-ssh.linux
4242sudo mv iroh-ssh.linux /usr/local/bin/iroh-ssh
4343```
4444
4545macOS
4646``` bash
4747# macOS arm
48- curl -LJO https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.5 /iroh-ssh.macos
48+ curl -LJO https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.6 /iroh-ssh.macos
4949chmod +x iroh-ssh.macos
5050sudo mv iroh-ssh.macos /usr/local/bin/iroh-ssh
5151```
5252
5353Windows
5454``` bash
5555# Windows x86 64bit
56- curl -L -o iroh-ssh.exe https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.5 /iroh-ssh.exe
56+ curl -L -o iroh-ssh.exe https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.6 /iroh-ssh.exe
5757mkdir %LOCALAPPDATA%\i roh-ssh
5858move iroh-ssh.exe %LOCALAPPDATA%\i roh-ssh\
5959setx PATH " %PATH%;%LOCALAPPDATA%\iroh-ssh"
Original file line number Diff line number Diff line change @@ -37,23 +37,23 @@ Descarga y configura automáticamente el binario para tu sistema operativo desde
3737Linux
3838``` bash
3939# Linux
40- wget https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.5 /iroh-ssh.linux
40+ wget https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.6 /iroh-ssh.linux
4141chmod +x iroh-ssh.linux
4242sudo mv iroh-ssh.linux /usr/local/bin/iroh-ssh
4343```
4444
4545macOS
4646``` bash
4747# macOS arm
48- curl -LJO https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.5 /iroh-ssh.macos
48+ curl -LJO https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.6 /iroh-ssh.macos
4949chmod +x iroh-ssh.macos
5050sudo mv iroh-ssh.macos /usr/local/bin/iroh-ssh
5151```
5252
5353Windows
5454``` bash
5555# Windows x86 64bit
56- curl -L -o iroh-ssh.exe https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.5 /iroh-ssh.exe
56+ curl -L -o iroh-ssh.exe https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.6 /iroh-ssh.exe
5757mkdir %LOCALAPPDATA%\i roh-ssh
5858move iroh-ssh.exe %LOCALAPPDATA%\i roh-ssh\
5959setx PATH " %PATH%;%LOCALAPPDATA%\iroh-ssh"
Original file line number Diff line number Diff line change @@ -37,23 +37,23 @@ Baixe e configure automaticamente o binário para o seu sistema operacional a pa
3737Linux
3838``` bash
3939# Linux
40- wget https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.5 /iroh-ssh.linux
40+ wget https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.6 /iroh-ssh.linux
4141chmod +x iroh-ssh.linux
4242sudo mv iroh-ssh.linux /usr/local/bin/iroh-ssh
4343```
4444
4545macOS
4646``` bash
4747# macOS arm
48- curl -LJO https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.5 /iroh-ssh.macos
48+ curl -LJO https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.6 /iroh-ssh.macos
4949chmod +x iroh-ssh.macos
5050sudo mv iroh-ssh.macos /usr/local/bin/iroh-ssh
5151```
5252
5353Windows
5454``` bash
5555# Windows x86 64bit
56- curl -L -o iroh-ssh.exe https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.5 /iroh-ssh.exe
56+ curl -L -o iroh-ssh.exe https://github.com/rustonbsd/iroh-ssh/releases/download/0.2.6 /iroh-ssh.exe
5757mkdir %LOCALAPPDATA%\i roh-ssh
5858move iroh-ssh.exe %LOCALAPPDATA%\i roh-ssh\
5959setx PATH " %PATH%;%LOCALAPPDATA%\iroh-ssh"
You can’t perform that action at this time.
0 commit comments