Skip to content

Commit 7c7ecaf

Browse files
committed
Set minimum Rust version of collector to 1.75.0
It is already being used on CI as the minimum version, and allows us to remove some packages.
1 parent 5881188 commit 7c7ecaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name = "collector"
44
version = "0.1.0"
55
edition = "2021"
66
description = "Collects Rust performance data"
7+
rust-version = "1.75.0"
78

89
[dependencies]
910
clap = { version = "4.1", features = ["derive"] }

0 commit comments

Comments
 (0)