Skip to content

Commit fd069b6

Browse files
ids1024wash2
authored andcommitted
Specify rust-version in Cargo.toml matching wayland-rs
This prevents Clippy from showing lints to use features added in later Rust versions. Sctk seems to build with this Rust version, so it seems reasonable to set that target for now.
1 parent a9e8607 commit fd069b6

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
@@ -6,6 +6,7 @@ documentation = "https://smithay.github.io/client-toolkit"
66
repository = "https://github.com/smithay/client-toolkit"
77
license = "MIT"
88
edition = "2021"
9+
rust-version = "1.65"
910
categories = ["gui"]
1011
keywords = ["wayland", "client"]
1112
description = "Toolkit for making client wayland applications."

0 commit comments

Comments
 (0)