From 2a57fab91043a5cbcc397c39891d550a653d0e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 16 Apr 2025 18:28:03 +0200 Subject: [PATCH] Update `comet` revision in `devtools` --- devtools/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/src/lib.rs b/devtools/src/lib.rs index 963dfdca..8d19140f 100644 --- a/devtools/src/lib.rs +++ b/devtools/src/lib.rs @@ -196,7 +196,7 @@ where "--git", "https://github.com/iced-rs/comet.git", "--rev", - "fc9832833f81a8e95e2c4ab8e7e65dcc3c000253", + "eb114ba564a872acbd95e337d13e55f5f667b2f3", ]) .stdin(Stdio::null()) .stdout(Stdio::null())