Update compatible comet revision in devtools

This commit is contained in:
Héctor Ramón Jiménez 2025-05-06 04:22:01 +02:00
parent 8338435429
commit 7a97773f17
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -4,7 +4,7 @@ use crate::runtime::Task;
use std::process;
pub const COMPATIBLE_REVISION: &str =
"bd407e839a1c64c936318128ec5b5f19500a30f2";
"20f9c9a897fecac5dce0977bbb5639fdce1f54b9";
pub fn launch() -> Task<launch::Result> {
executor::try_spawn_blocking(|mut sender| {