Skip to content

Commit 3d69208

Browse files
committed
Set the rust-version (based on clap MSRV)
1 parent 7cae803 commit 3d69208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "flamegraph"
33
version = "0.6.3"
44
edition = "2021"
5+
rust-version = "1.64"
56
description = "A simple cargo subcommand for generating flamegraphs, using inferno under the hood"
67
license = "MIT OR Apache-2.0"
78
repository = "https://github.com/flamegraph-rs/flamegraph"

0 commit comments

Comments
 (0)