Merge pull request #2579 from dcampbell24/add-rust-version
Add rust-version.
This commit is contained in:
commit
a61c84b7e0
3 changed files with 4 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ repository.workspace = true
|
|||
homepage.workspace = true
|
||||
categories.workspace = true
|
||||
keywords.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
@ -124,6 +125,7 @@ repository = "https://github.com/iced-rs/iced"
|
|||
homepage = "https://iced.rs"
|
||||
categories = ["gui"]
|
||||
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
|
||||
rust-version = "1.80"
|
||||
|
||||
[workspace.dependencies]
|
||||
iced = { version = "0.13.0", path = "." }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue