diff --git a/druid-shell/Cargo.toml b/druid-shell/Cargo.toml index 3e2b25cec2..2a6d4282e0 100755 --- a/druid-shell/Cargo.toml +++ b/druid-shell/Cargo.toml @@ -41,8 +41,8 @@ serde = ["kurbo/serde"] [dependencies] # NOTE: When changing the piet or kurbo versions, ensure that # the kurbo version included in piet is compatible with the kurbo version specified here. -piet-common = "=0.5.0-pre1" -kurbo = "0.8.1" +piet-common = "=0.5.0" +kurbo = "0.8.2" tracing = "0.1.22" lazy_static = "1.4.0" @@ -96,7 +96,7 @@ version = "0.3.44" features = ["Window", "MouseEvent", "CssStyleDeclaration", "WheelEvent", "KeyEvent", "KeyboardEvent", "Navigator"] [dev-dependencies] -piet-common = { version = "=0.5.0-pre1", features = ["png"] } +piet-common = { version = "=0.5.0", features = ["png"] } static_assertions = "1.1.0" test-env-log = { version = "0.2.5", features = ["trace"], default-features = false } tracing-subscriber = "0.2.15" diff --git a/druid/Cargo.toml b/druid/Cargo.toml index dafe183a58..a9cce13463 100644 --- a/druid/Cargo.toml +++ b/druid/Cargo.toml @@ -79,7 +79,7 @@ console_error_panic_hook = { version = "0.1.6" } float-cmp = { version = "0.8.0", features = ["std"], default-features = false } # tempfile 3.2.0 broke wasm; I assume it will be yanked (Jan 12, 2021) tempfile = "=3.1.0" -piet-common = { version = "=0.5.0-pre1", features = ["png"] } +piet-common = { version = "=0.5.0", features = ["png"] } pulldown-cmark = { version = "0.8", default-features = false } test-env-log = { version = "0.2.5", features = ["trace"], default-features = false } # test-env-log needs it