Centralize rust-version in Cargo.toml

Require 1.64 in the workspace and inherit the setting in package
Cargo.toml files.
This commit is contained in:
Simon Hausmann 2022-12-05 10:27:39 +01:00 committed by Simon Hausmann
parent d764796e0c
commit 11f46906a2
10 changed files with 12 additions and 8 deletions

View file

@ -12,7 +12,7 @@ description = "Slint C++ integration"
repository = "https://github.com/slint-ui/slint"
homepage = "https://slint-ui.com"
publish = false
rust-version = "1.60"
rust-version.workspace = true
# prefix used to convey path to generated includes to the C++ test driver
links = "slint_cpp"