Skip to content

Commit c4b7665

Browse files
committed
Update comet revision in devtools (again!)
1 parent b542245 commit c4b7665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/src/comet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::runtime::Task;
44
use std::process;
55

66
pub const COMPATIBLE_REVISION: &str =
7-
"2c4e0bd3ad92bd406cabe25d61bd62c53bf7ebac";
7+
"bd407e839a1c64c936318128ec5b5f19500a30f2";
88

99
pub fn launch() -> Task<launch::Result> {
1010
executor::try_spawn_blocking(|mut sender| {

0 commit comments

Comments
 (0)