From 672f21cca758937a2e1eada653e4f2fdbb9d8969 Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Tue, 17 Jan 2023 12:48:26 -0500 Subject: [PATCH] pin moscato dep as well --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31543c5..224da0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures-intrusive = "0.5.0" parking_lot = "0.12" bytemuck = { version = "1.12.1", features = ["derive"] } smallvec = "1.8.0" -moscato = { git = "https://github.com/dfrg/pinot" } +moscato = { git = "https://github.com/dfrg/pinot", rev = "59db153" } peniko = { git = "https://github.com/linebender/peniko", rev = "ba96b90" } [features]