diff --git a/devtools/src/comet.rs b/devtools/src/comet.rs index 888d02e9..d5ba0802 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 = - "bd407e839a1c64c936318128ec5b5f19500a30f2"; + "20f9c9a897fecac5dce0977bbb5639fdce1f54b9"; pub fn launch() -> Task { executor::try_spawn_blocking(|mut sender| {