Skip to content

Commit b500678

Browse files
authored
chore(deps): bump kin-db pin 0.2.2 -> 0.2.3 (FIR-983 GCS conditional-update fix) (#38)
Picks up kin-db#26: GCS save_snapshot now threads the object generation into conditional updates, fixing "Version required for conditional update" that made every hosted snapshot save after the first fail (the publish->serve gap). Rebuilds the daemon image against the fixed backend. Signed-off-by: Troy Fortin <troy@firelock.io>
1 parent e198e4b commit b500678

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ kin-lsp = { version = "0.2.0", registry = "kin" }
143143
# backend on every target (incl. Linux, where it cannot compile). Metal is re-enabled
144144
# additively on macOS via a `[target.'cfg(target_os = "macos")'.dependencies]` block in the
145145
# binary/runtime crates (kin-cli, kin-daemon). Feature unification makes that additive.
146-
kin-db = { version = "0.2.2", registry = "kin", default-features = false, features = ["vector", "embeddings"] }
146+
kin-db = { version = "0.2.3", registry = "kin", default-features = false, features = ["vector", "embeddings"] }
147147
kin-vfs-core = { version = "0.1.0", registry = "kin" }

0 commit comments

Comments
 (0)