@@ -27,7 +27,7 @@ default-members = [
27
27
#
28
28
# NOTE: When bumping this, remember to also bump the aforementioned other packages'
29
29
# version in the dependencies section at the bottom of this file.
30
- version = " 0.7 .0"
30
+ version = " 0.8 .0"
31
31
32
32
edition = " 2024"
33
33
# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml and with the relevant README.md files.
@@ -36,9 +36,9 @@ license = "Apache-2.0 OR MIT"
36
36
repository = " https://github.com/linebender/piet"
37
37
38
38
[workspace .dependencies ]
39
- piet = { version = " =0.7 .0" , path = " piet" }
40
- piet-common = { version = " =0.7 .0" , path = " piet-common" }
41
- piet-cairo = { version = " =0.7 .0" , path = " piet-cairo" }
42
- piet-coregraphics = { version = " =0.7 .0" , path = " piet-coregraphics" }
43
- piet-direct2d = { version = " =0.7 .0" , path = " piet-direct2d" }
44
- piet-web = { version = " =0.7 .0" , path = " piet-web" }
39
+ piet = { version = " =0.8 .0" , path = " piet" }
40
+ piet-common = { version = " =0.8 .0" , path = " piet-common" }
41
+ piet-cairo = { version = " =0.8 .0" , path = " piet-cairo" }
42
+ piet-coregraphics = { version = " =0.8 .0" , path = " piet-coregraphics" }
43
+ piet-direct2d = { version = " =0.8 .0" , path = " piet-direct2d" }
44
+ piet-web = { version = " =0.8 .0" , path = " piet-web" }
0 commit comments