From c4b7665a6ceaf452ad8eb5be9c5ff34c447674dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 1 May 2025 04:35:58 +0200 Subject: [PATCH] Update `comet` revision in `devtools` (again!) --- devtools/src/comet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/src/comet.rs b/devtools/src/comet.rs index 504d33e3..888d02e9 100644 --- a/devtools/src/comet.rs +++ b/devtools/src/comet.rs @@ -4,7 +4,7 @@ use crate::runtime::Task; use std::process; pub const COMPATIBLE_REVISION: &str = - "2c4e0bd3ad92bd406cabe25d61bd62c53bf7ebac"; + "bd407e839a1c64c936318128ec5b5f19500a30f2"; pub fn launch() -> Task { executor::try_spawn_blocking(|mut sender| {