Skip to content

Commit a563419

Browse files
committed
version bump for cargo release
1 parent e620e64 commit a563419

File tree

5 files changed

+46
-36
lines changed

5 files changed

+46
-36
lines changed

Cargo.lock

Lines changed: 33 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ repository = "https://github.com/rustonbsd/iroh-ssh"
77
readme = "README.md"
88
keywords = ["networking"]
99
categories = ["network-programming"]
10-
version = "0.2.5"
10+
version = "0.2.6"
1111
edition = "2024"
1212

1313
[dependencies]
14-
anyhow = "1"
14+
anyhow = "1.0.99"
1515
iroh = "0.90.0"
1616
ed25519-dalek = { version = "2.2.0", features = ["rand_core"] }
1717
rand = "0.8"
1818
tokio-stream = { version = "0.1.15", features = ["sync"] }
1919
tracing = "0.1"
2020
tracing-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"
2929
whoami = "1.6.1"
3030
z32 = "1.3"
3131
runas = "1.2.0"
32-
tempfile = "3.20.0"
32+
tempfile = "3.21.0"
3333

3434
[profile.release]
3535
opt-level = 3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ Download and setup the binary automatically for your operating system from [GitH
3737
Linux
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
4141
chmod +x iroh-ssh.linux
4242
sudo mv iroh-ssh.linux /usr/local/bin/iroh-ssh
4343
```
4444

4545
macOS
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
4949
chmod +x iroh-ssh.macos
5050
sudo mv iroh-ssh.macos /usr/local/bin/iroh-ssh
5151
```
5252

5353
Windows
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
5757
mkdir %LOCALAPPDATA%\iroh-ssh
5858
move iroh-ssh.exe %LOCALAPPDATA%\iroh-ssh\
5959
setx PATH "%PATH%;%LOCALAPPDATA%\iroh-ssh"

README_es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ Descarga y configura automáticamente el binario para tu sistema operativo desde
3737
Linux
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
4141
chmod +x iroh-ssh.linux
4242
sudo mv iroh-ssh.linux /usr/local/bin/iroh-ssh
4343
```
4444

4545
macOS
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
4949
chmod +x iroh-ssh.macos
5050
sudo mv iroh-ssh.macos /usr/local/bin/iroh-ssh
5151
```
5252

5353
Windows
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
5757
mkdir %LOCALAPPDATA%\iroh-ssh
5858
move iroh-ssh.exe %LOCALAPPDATA%\iroh-ssh\
5959
setx PATH "%PATH%;%LOCALAPPDATA%\iroh-ssh"

README_pt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ Baixe e configure automaticamente o binário para o seu sistema operacional a pa
3737
Linux
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
4141
chmod +x iroh-ssh.linux
4242
sudo mv iroh-ssh.linux /usr/local/bin/iroh-ssh
4343
```
4444

4545
macOS
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
4949
chmod +x iroh-ssh.macos
5050
sudo mv iroh-ssh.macos /usr/local/bin/iroh-ssh
5151
```
5252

5353
Windows
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
5757
mkdir %LOCALAPPDATA%\iroh-ssh
5858
move iroh-ssh.exe %LOCALAPPDATA%\iroh-ssh\
5959
setx PATH "%PATH%;%LOCALAPPDATA%\iroh-ssh"

0 commit comments

Comments
 (0)