collab: Bump minimal client version to 0.127.3 (#9649)
Release Notes: - N/A
This commit is contained in:
parent
e07192e4e3
commit
cd61297740
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ impl fmt::Display for ZedVersion {
|
|||
|
||||
impl ZedVersion {
|
||||
pub fn can_collaborate(&self) -> bool {
|
||||
self.0 >= semver(0, 127, 3) || (self.0 >= semver(0, 126, 3) && self.0 < semver(0, 127, 0))
|
||||
self.0 >= semver(0, 127, 3)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue