mise 2025.2.4

The front-end to your dev env
1
2
3
4
5
6
7
pub struct SelfUpdate {}

impl SelfUpdate {
    pub fn is_available() -> bool {
        false
    }
}