zed/crates/editor
Conrad Irwin 689d43047d
Don't panic when collaborating with older Zed versions (#7162)
Older Zed versions may send a buffer id of 0, which is no-longer
supported. (as of #6993)

This doesn't fix that, but it does ensure that we don't panic in the
workspace by maintaining the invariant that from_proto_state returns
Some(Task) if the variant matches.

It also converts the panic to an error should something similar happen
again in the future.


Release Notes:

- N/A
2024-01-31 11:46:03 -07:00
..
src Don't panic when collaborating with older Zed versions (#7162) 2024-01-31 11:46:03 -07:00
Cargo.toml Sort dependencies in Cargo.toml files (#7126) 2024-01-30 21:41:29 -05:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00