From 7ebc0cfa93177f84751539e741085747ee4f5fa7 Mon Sep 17 00:00:00 2001 From: Zhang Jingqiang Date: Wed, 16 Aug 2023 11:24:00 +0800 Subject: [PATCH] update package metadata --- g3bench/Cargo.toml | 3 ++- g3bench/debian/control | 2 +- g3bench/g3bench.spec | 2 +- g3fcgen/Cargo.toml | 2 +- g3keymess/Cargo.toml | 1 + g3proxy/Cargo.toml | 2 +- g3tiles/Cargo.toml | 1 + 7 files changed, 8 insertions(+), 5 deletions(-) diff --git a/g3bench/Cargo.toml b/g3bench/Cargo.toml index 2f62c49d8..0ff9d69b9 100644 --- a/g3bench/Cargo.toml +++ b/g3bench/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "g3bench" version = "0.8.2" -rust-version = "1.70.0" license.workspace = true edition.workspace = true +rust-version = "1.70.0" +description = "G3 Benchmark Tool" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/g3bench/debian/control b/g3bench/debian/control index 29a7d42c4..8c888c2f4 100644 --- a/g3bench/debian/control +++ b/g3bench/debian/control @@ -10,4 +10,4 @@ Package: g3bench Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: ca-certificates -Description: Benchmark tool for G3 Project +Description: G3 Benchmark Tool diff --git a/g3bench/g3bench.spec b/g3bench/g3bench.spec index 23ec3927a..77b277a82 100644 --- a/g3bench/g3bench.spec +++ b/g3bench/g3bench.spec @@ -20,7 +20,7 @@ Source0: %{name}-%{version}.tar.xz Requires: ca-certificates %description -Benchmark tool for G3 Project +G3 Benchmark Tool %prep diff --git a/g3fcgen/Cargo.toml b/g3fcgen/Cargo.toml index b53cca872..db4a55d3b 100644 --- a/g3fcgen/Cargo.toml +++ b/g3fcgen/Cargo.toml @@ -3,7 +3,7 @@ name = "g3fcgen" version = "0.5.1" license.workspace = true edition.workspace = true -rust-version = "1.65.0" +rust-version = "1.70.0" description = "G3 fake certificate generator" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/g3keymess/Cargo.toml b/g3keymess/Cargo.toml index d071d32ea..04adedf0e 100644 --- a/g3keymess/Cargo.toml +++ b/g3keymess/Cargo.toml @@ -3,6 +3,7 @@ name = "g3keymess" version = "0.3.0" license.workspace = true edition.workspace = true +rust-version = "1.70.0" description = "G3 Keyless Server" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/g3proxy/Cargo.toml b/g3proxy/Cargo.toml index c9a41de8b..5247be768 100644 --- a/g3proxy/Cargo.toml +++ b/g3proxy/Cargo.toml @@ -3,7 +3,7 @@ name = "g3proxy" version = "1.7.21" license.workspace = true edition.workspace = true -rust-version = "1.68" +rust-version = "1.70.0" description = "G3 generic proxy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/g3tiles/Cargo.toml b/g3tiles/Cargo.toml index f0e7be4bb..f924411a9 100644 --- a/g3tiles/Cargo.toml +++ b/g3tiles/Cargo.toml @@ -3,6 +3,7 @@ name = "g3tiles" version = "0.2.6" license.workspace = true edition.workspace = true +rust-version = "1.70.0" description = "G3 generic reverse proxy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html