From a98f51bae03742a1eacaeef2b1a248f9b4f9bfe0 Mon Sep 17 00:00:00 2001 From: "gitlab.com/pepa65" Date: Sat, 5 Oct 2024 12:25:42 +0700 Subject: [PATCH] Version 0.7.2 --- Cargo.toml | 9 ++++++++- README.md | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c8e845..5460813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" diff --git a/README.md b/README.md index 84b7ae1..e0245e2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.