Skip to content

Commit 6e47176

Browse files
committed
examples: Specify MSRV
Not specifying it makes clippy report things that we can't apply, because they are not compatible with our MSRV.
1 parent 9e760bb commit 6e47176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ edition = "2024"
33
name = "examples"
44
publish = false
55
version = "0.0.0"
6+
rust-version = "1.85"
67

78
[dev-dependencies]
89
anyhow = "1.0.33"

0 commit comments

Comments
 (0)