Skip to content

Commit dcd8c01

Browse files
authored
Bump version for AnyRender 0.6.0 (#5)
Signed-off-by: Nico Burns <[email protected]>
1 parent 4a3ed88 commit dcd8c01

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ rust-version = "1.86.0"
2323

2424
[workspace.dependencies]
2525
# AnyRender dependencies (in-repo)
26-
anyrender = { version = "0.5.0", path = "./crates/anyrender" }
27-
anyrender_vello = { version = "0.5.1", path = "./crates/anyrender_vello" }
28-
anyrender_vello_cpu = { version = "0.6.0", path = "./crates/anyrender_vello_cpu" }
29-
anyrender_svg = { version = "0.5.0", path = "./crates/anyrender_svg" }
26+
anyrender = { version = "0.6.0", path = "./crates/anyrender" }
27+
anyrender_vello = { version = "0.6.0", path = "./crates/anyrender_vello" }
28+
anyrender_vello_cpu = { version = "0.7.0", path = "./crates/anyrender_vello_cpu" }
29+
anyrender_svg = { version = "0.6.0", path = "./crates/anyrender_svg" }
3030
wgpu_context = { version = "0.1.0", path = "./crates/wgpu_context" }
3131
pixels_window_renderer = { version = "0.1.0", path = "./crates/pixels_window_renderer" }
3232
softbuffer_window_renderer = { version = "0.1.0", path = "./crates/softbuffer_window_renderer" }

crates/anyrender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anyrender"
33
description = "2D Canvas abstraction"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
documentation = "https://docs.rs/anyrender"
66
homepage.workspace = true
77
repository.workspace = true

crates/anyrender_svg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anyrender_svg"
33
description = "Render SVGs with anyrender"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
documentation = "https://docs.rs/anyrender-svg"
66
homepage.workspace = true
77
repository.workspace = true

crates/anyrender_vello/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anyrender_vello"
33
description = "Vello backend for anyrender"
4-
version = "0.5.2"
4+
version = "0.6.0"
55
documentation = "https://docs.rs/anyrender_vello"
66
homepage.workspace = true
77
repository.workspace = true

crates/anyrender_vello_cpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anyrender_vello_cpu"
33
description = "vello_cpu backend for anyrender"
4-
version = "0.6.0"
4+
version = "0.7.0"
55
documentation = "https://docs.rs/anyrender_vello_cpu"
66
homepage.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)