Skip to content

Commit a353b7f

Browse files
committed
fix: Add version to sqlite-watcher dep for cargo publish validation
1 parent 86fcae6 commit a353b7f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ libc = "0.2"
5454
rust_decimal = { version = "1.39", features = ["db-tokio-postgres"] }
5555
tonic = { version = "0.11", features = ["transport"] }
5656
tower = "0.4"
57-
sqlite-watcher = { path = "sqlite-watcher", optional = true }
57+
# Note: sqlite-watcher is local-only, not on crates.io
58+
# Users get sqlite-sync feature via GitHub releases; crates.io excludes it
59+
sqlite-watcher = { path = "sqlite-watcher", version = "0.1.0", optional = true }
5860

5961
[features]
6062
default = ["sqlite-sync"]

0 commit comments

Comments
 (0)