Skip to content

Commit 2c7fa9c

Browse files
committed
Update piet to 0.5.0
1 parent ff8ce2a commit 2c7fa9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

druid-shell/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ serde = ["kurbo/serde"]
4141
[dependencies]
4242
# NOTE: When changing the piet or kurbo versions, ensure that
4343
# the kurbo version included in piet is compatible with the kurbo version specified here.
44-
piet-common = "=0.5.0-pre1"
45-
kurbo = "0.8.1"
44+
piet-common = "=0.5.0"
45+
kurbo = "0.8.2"
4646

4747
tracing = "0.1.22"
4848
lazy_static = "1.4.0"
@@ -96,7 +96,7 @@ version = "0.3.44"
9696
features = ["Window", "MouseEvent", "CssStyleDeclaration", "WheelEvent", "KeyEvent", "KeyboardEvent", "Navigator"]
9797

9898
[dev-dependencies]
99-
piet-common = { version = "=0.5.0-pre1", features = ["png"] }
99+
piet-common = { version = "=0.5.0", features = ["png"] }
100100
static_assertions = "1.1.0"
101101
test-env-log = { version = "0.2.5", features = ["trace"], default-features = false }
102102
tracing-subscriber = "0.2.15"

druid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ console_error_panic_hook = { version = "0.1.6" }
8080
float-cmp = { version = "0.8.0", features = ["std"], default-features = false }
8181
# tempfile 3.2.0 broke wasm; I assume it will be yanked (Jan 12, 2021)
8282
tempfile = "=3.1.0"
83-
piet-common = { version = "=0.5.0-pre1", features = ["png"] }
83+
piet-common = { version = "=0.5.0", features = ["png"] }
8484
pulldown-cmark = { version = "0.8", default-features = false }
8585
test-env-log = { version = "0.2.5", features = ["trace"], default-features = false }
8686
# test-env-log needs it

0 commit comments

Comments
 (0)