We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca4221 commit f23517fCopy full SHA for f23517f
PR_BODY.md
@@ -1,7 +1,7 @@
1
## 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
+- vendor `protoc` via `protoc-bin-vendored` so sqlite-watcher can build on runners without system protobuf
+- update build script to set `PROTOC` before invoking `tonic_build`
+- refresh Cargo.lock to capture the new dependencies
5
6
## Testing
7
- cargo clippy
0 commit comments