Skip to content

Commit e271dd4

Browse files
committed
Update deps
1 parent c90d4ba commit e271dd4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qft"
3-
version = "0.7.24"
3+
version = "0.7.25"
44
edition = "2024"
55
authors = ["github.com/pepa65", "Daniel H. github.com/tudbut"]
66
description = "Quick File Transfer, true peer-to-peer over UDP"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
![qft](https://raw.github.com/pepa65/qft/main/logo.png "Quick File Transfer")
99

10-
# qft v0.7.24
10+
# qft v0.7.25
1111
**Quick File Transfer, true peer-to-peer over UDP**
1212

1313
QFT is a small stand-alone binary for quick and reliable true peer-to-peer UDP file transfer.
@@ -28,7 +28,7 @@ ping times of 1000ms are just as navigable as 10ms ones.
2828
## Install
2929
### Download static single-binary
3030
```
31-
wget https://github.com/pepa65/qft/releases/download/0.7.24/qft
31+
wget https://github.com/pepa65/qft/releases/download/0.7.25/qft
3232
sudo mv qft /usr/local/bin
3333
sudo chown root:root /usr/local/bin/qft
3434
sudo chmod +x /usr/local/bin/qft
@@ -110,7 +110,7 @@ It will be installed in `~/.cargo/bin/` which will need to be added to `PATH`!
110110

111111
### Help text
112112
```
113-
qft v0.7.24 - Quick file transfer
113+
qft v0.7.25 - Quick file transfer
114114
Usage: qft [COMMAND [ARGUMENT...]]
115115
COMMAND:
116116
help (default command) Just output this help text.

0 commit comments

Comments
 (0)