Skip to content

Commit

Permalink
Version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa65 committed Oct 5, 2024
1 parent e21648a commit a98f51b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "qft"
version = "0.7.1"
authors = ["Daniel H. github.com/tudbut", "github.com/pepa65"]
edition = "2021"
rust-version = "1.81.0"
description = "Quick File Transfer, true peer-to-peer over UDP"
repository = "https://github.com/pepa65/qft"
license = "GPL-3.0-or-later"
keywords = ["UDP", "file-transfer", "P2P"]
categories = ["command-line-utilities"]

[dependencies]
time = "0.3"
Expand All @@ -24,5 +31,5 @@ cognitive_complexity = "allow"
too_many_lines = "allow"
#unwrap_used = "deny"
pedantic = { level = "deny", priority = -1 }
cast_possible_truncation = "allow"
cast_possible_truncation = "warn"
cast_precision_loss = "allow"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![qft](https://raw.github.com/pepa65/qft/main/logo.png "Quick File Transfer")

# qft v0.7.0
# qft v0.7.2
**Quick File Transfer, true peer-to-peer over UDP**

QFT is a small stand-alone binary for quick and reliable true peer-to-peer UDP file transfer.
Expand Down Expand Up @@ -83,7 +83,7 @@ Or after having installed `zig`:

### Help text
```
qft v0.7.0 - Quick file transfer
qft v0.7.2 - Quick file transfer
Usage: qft [COMMAND [ARGUMENT...]]
COMMAND:
help (default command) Just output this help text.
Expand Down

0 comments on commit a98f51b

Please sign in to comment.