Skip to content

Commit

Permalink
update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Aug 16, 2023
1 parent 9ae5810 commit 7ebc0cf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion g3bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion g3bench/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion g3bench/g3bench.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Source0: %{name}-%{version}.tar.xz
Requires: ca-certificates

%description
Benchmark tool for G3 Project
G3 Benchmark Tool


%prep
Expand Down
2 changes: 1 addition & 1 deletion g3fcgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions g3keymess/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion g3proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions g3tiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ebc0cf

Please sign in to comment.