Skip to content

Commit f23517f

Browse files
committed
Add PR body for vendored protoc fix
1 parent cca4221 commit f23517f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PR_BODY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Summary
2-
- fix sqlite sync change-state handling by treating watcher wal_frame/cursor fields as optional strings and cleaning up unused code
3-
- implement FromStr for sqlite ChangeOperation and resolve needless borrow lints in queue/server modules
4-
- keep clippy happy by applying the suggested clamp change and ensuring proto tests build
2+
- vendor `protoc` via `protoc-bin-vendored` so sqlite-watcher can build on runners without system protobuf
3+
- update build script to set `PROTOC` before invoking `tonic_build`
4+
- refresh Cargo.lock to capture the new dependencies
55

66
## Testing
77
- cargo clippy

0 commit comments

Comments
 (0)