We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
comet
devtools
1 parent e46f9c9 commit f6c9502Copy full SHA for f6c9502
1 file changed
devtools/src/comet.rs
@@ -2,7 +2,7 @@ use crate::runtime::task::{self, Task};
2
3
use std::process;
4
5
-pub const COMPATIBLE_REVISION: &str = "fbef808eed51562f0ea601d8fc7c715bea9cfd0b";
+pub const COMPATIBLE_REVISION: &str = "a1ccd0ac5369ba39c6497add6c57c5b63d4a4efa";
6
7
pub fn launch() -> Task<launch::Result> {
8
task::try_blocking(|mut sender| {
0 commit comments