Skip to content

Commit ec2f7f4

Browse files
committed
Update compatible revision of iced_comet
1 parent c307bd7 commit ec2f7f4

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 = "3f75f3240edc1719df584810337bc7df010327d8";
5+
pub const COMPATIBLE_REVISION: &str = "fbef808eed51562f0ea601d8fc7c715bea9cfd0b";
66

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

0 commit comments

Comments
 (0)