Remove trailing 0 in rust-version
This commit is contained in:
parent
850b3d579d
commit
72e75e0491
1 changed files with 2 additions and 2 deletions
|
|
@ -3,13 +3,13 @@ name = "iced"
|
||||||
description = "A cross-platform GUI library inspired by Elm"
|
description = "A cross-platform GUI library inspired by Elm"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
categories.workspace = true
|
categories.workspace = true
|
||||||
keywords.workspace = true
|
keywords.workspace = true
|
||||||
|
rust-version.workspace = true
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
@ -120,12 +120,12 @@ members = [
|
||||||
version = "0.13.0-dev"
|
version = "0.13.0-dev"
|
||||||
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
|
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.75.0"
|
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/iced-rs/iced"
|
repository = "https://github.com/iced-rs/iced"
|
||||||
homepage = "https://iced.rs"
|
homepage = "https://iced.rs"
|
||||||
categories = ["gui"]
|
categories = ["gui"]
|
||||||
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
|
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
|
||||||
|
rust-version = "1.75"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
iced = { version = "0.13.0-dev", path = "." }
|
iced = { version = "0.13.0-dev", path = "." }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue