Skip to content

Commit

Permalink
Specify rust-version in Cargo.toml matching wayland-rs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ids1024 authored and wash2 committed Dec 18, 2024
1 parent a9e8607 commit fd069b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ documentation = "https://smithay.github.io/client-toolkit"
repository = "https://github.com/smithay/client-toolkit"
license = "MIT"
edition = "2021"
rust-version = "1.65"
categories = ["gui"]
keywords = ["wayland", "client"]
description = "Toolkit for making client wayland applications."
Expand Down

0 comments on commit fd069b6

Please sign in to comment.