Skip to content

Commit 5eea882

Browse files
committed
Bump piet
1 parent 3267ad3 commit 5eea882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

druid-shell/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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.4.1"
44+
piet-common = "=0.5.0-pre1"
4545
kurbo = "0.8.1"
4646

4747
tracing = "0.1.22"
@@ -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.4.1", features = ["png"] }
99+
piet-common = { version = "=0.5.0-pre1", 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
@@ -79,7 +79,7 @@ console_error_panic_hook = { version = "0.1.6" }
7979
float-cmp = { version = "0.8.0", features = ["std"], default-features = false }
8080
# tempfile 3.2.0 broke wasm; I assume it will be yanked (Jan 12, 2021)
8181
tempfile = "=3.1.0"
82-
piet-common = { version = "=0.4.1", features = ["png"] }
82+
piet-common = { version = "=0.5.0-pre1", features = ["png"] }
8383
pulldown-cmark = { version = "0.8", default-features = false }
8484
test-env-log = { version = "0.2.5", features = ["trace"], default-features = false }
8585
# test-env-log needs it

0 commit comments

Comments
 (0)