ZIm/crates/workspace
Max Brunsfeld aed317840f Fix inclusion of spurious views from other projects in FollowResponse (#3116)
A logic error in https://github.com/zed-industries/zed/pull/2993 caused
follow responses to sometimes contain extra views for other unshared
projects 😱 . These views would generally fail to deserialize on the
other end. This would create a broken intermediate state, where the
following relationship was registered on the server (and on the leader's
client), but the follower didn't have the state necessary for following
into certain views.

Release Notes:

- Fixed a bug where following would sometimes fail if the leader had
another unshared project open.
2023-10-10 15:54:19 -07:00
..
src Fix inclusion of spurious views from other projects in FollowResponse (#3116) 2023-10-10 15:54:19 -07:00
Cargo.toml Specify uuid crate in the root Cargo.toml 2023-10-03 17:39:24 -07:00
test.db Dock persistence working! 2022-12-03 16:06:01 -08:00