summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 20:45:56 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 20:57:35 +0200
commit72e75e04914a7663b74a90ece004f135f5012137 (patch)
tree292bcbfb907f9138f65620f739308c271362a748 /Cargo.toml
parent850b3d579d4f9a131c90a48f592ebdb88739f7dc (diff)
downloadiced-72e75e04914a7663b74a90ece004f135f5012137.tar.gz
iced-72e75e04914a7663b74a90ece004f135f5012137.tar.bz2
iced-72e75e04914a7663b74a90ece004f135f5012137.zip
Remove trailing `0` in `rust-version`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 296fef98..82b60faa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,13 +3,13 @@ name = "iced"
description = "A cross-platform GUI library inspired by Elm"
version.workspace = true
edition.workspace = true
-rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords.workspace = true
+rust-version.workspace = true
[lints]
workspace = true
@@ -120,12 +120,12 @@ members = [
version = "0.13.0-dev"
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
edition = "2021"
-rust-version = "1.75.0"
license = "MIT"
repository = "https://github.com/iced-rs/iced"
homepage = "https://iced.rs"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
+rust-version = "1.75"
[workspace.dependencies]
iced = { version = "0.13.0-dev", path = "." }