Skip to content

Commit f6c9502

Browse files
committed
Update comet revision in devtools
1 parent e46f9c9 commit f6c9502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devtools/src/comet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::runtime::task::{self, Task};
22

33
use std::process;
44

5-
pub const COMPATIBLE_REVISION: &str = "fbef808eed51562f0ea601d8fc7c715bea9cfd0b";
5+
pub const COMPATIBLE_REVISION: &str = "a1ccd0ac5369ba39c6497add6c57c5b63d4a4efa";
66

77
pub fn launch() -> Task<launch::Result> {
88
task::try_blocking(|mut sender| {

0 commit comments

Comments
 (0)