Skip to content

Commit 3997291

Browse files
committed
Remove dev pre-release label
1 parent a90f523 commit 3997291

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ members = [
155155
]
156156

157157
[workspace.package]
158-
version = "0.14.0-dev"
158+
version = "0.14.0"
159159
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
160160
edition = "2024"
161161
license = "MIT"
@@ -166,24 +166,24 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
166166
rust-version = "1.88"
167167

168168
[workspace.dependencies]
169-
iced = { version = "0.14.0-dev", path = "." }
170-
iced_beacon = { version = "0.14.0-dev", path = "beacon" }
171-
iced_core = { version = "0.14.0-dev", path = "core" }
172-
iced_debug = { version = "0.14.0-dev", path = "debug" }
173-
iced_devtools = { version = "0.14.0-dev", path = "devtools" }
174-
iced_futures = { version = "0.14.0-dev", path = "futures" }
175-
iced_graphics = { version = "0.14.0-dev", path = "graphics" }
176-
iced_highlighter = { version = "0.14.0-dev", path = "highlighter" }
177-
iced_program = { version = "0.14.0-dev", path = "program" }
178-
iced_renderer = { version = "0.14.0-dev", path = "renderer" }
179-
iced_runtime = { version = "0.14.0-dev", path = "runtime" }
180-
iced_selector = { version = "0.14.0-dev", path = "selector" }
181-
iced_test = { version = "0.14.0-dev", path = "test" }
182-
iced_tester = { version = "0.14.0-dev", path = "tester" }
183-
iced_tiny_skia = { version = "0.14.0-dev", path = "tiny_skia", default-features = false }
184-
iced_wgpu = { version = "0.14.0-dev", path = "wgpu", default-features = false }
185-
iced_widget = { version = "0.14.0-dev", path = "widget" }
186-
iced_winit = { version = "0.14.0-dev", path = "winit", default-features = false }
169+
iced = { version = "0.14.0", path = "." }
170+
iced_beacon = { version = "0.14.0", path = "beacon" }
171+
iced_core = { version = "0.14.0", path = "core" }
172+
iced_debug = { version = "0.14.0", path = "debug" }
173+
iced_devtools = { version = "0.14.0", path = "devtools" }
174+
iced_futures = { version = "0.14.0", path = "futures" }
175+
iced_graphics = { version = "0.14.0", path = "graphics" }
176+
iced_highlighter = { version = "0.14.0", path = "highlighter" }
177+
iced_program = { version = "0.14.0", path = "program" }
178+
iced_renderer = { version = "0.14.0", path = "renderer" }
179+
iced_runtime = { version = "0.14.0", path = "runtime" }
180+
iced_selector = { version = "0.14.0", path = "selector" }
181+
iced_test = { version = "0.14.0", path = "test" }
182+
iced_tester = { version = "0.14.0", path = "tester" }
183+
iced_tiny_skia = { version = "0.14.0", path = "tiny_skia", default-features = false }
184+
iced_wgpu = { version = "0.14.0", path = "wgpu", default-features = false }
185+
iced_widget = { version = "0.14.0", path = "widget" }
186+
iced_winit = { version = "0.14.0", path = "winit", default-features = false }
187187

188188
bincode = "1.3"
189189
bitflags = "2.0"

0 commit comments

Comments
 (0)