From 51ed744481f689bfe6d5f3e5938547fa0a100755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 9 Apr 2025 21:53:11 +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 51ded4c6..b41b782a 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", - "5efd34550e42974a0e85af7560c60401bfc13919", + "fc9832833f81a8e95e2c4ab8e7e65dcc3c000253", ]) .stdin(Stdio::null()) .stdout(Stdio::null())