about summary refs log tree commit diff
path: root/tvix/store/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-07-01T07·48+0300
committerclbot <clbot@tvl.fyi>2024-07-01T15·53+0000
commitf6c759de584005a10ec614ce6e51698253bb0404 (patch)
tree7e80b5d535c2db533806e2693462adcdf291fc40 /tvix/store/Cargo.toml
parent6a9a4d56a4a99acb95c2b4ca1d590490c7732f79 (diff)
chore(tvix): bump bigtable_rs to latest release r/8334
https://github.com/liufuyang/bigtable_rs/pull/72 has been merged for a
while, no need to use our own checkout here.

Change-Id: Ide5acd9b7e0f5a46b1c795178e29a037206b2448
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11906
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--tvix/store/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml
index 5dd1747c15..98760589cc 100644
--- a/tvix/store/Cargo.toml
+++ b/tvix/store/Cargo.toml
@@ -48,9 +48,7 @@ version = "0.11.0"
 
 [dependencies.bigtable_rs]
 optional = true
-# https://github.com/liufuyang/bigtable_rs/pull/72
-git = "https://github.com/flokli/bigtable_rs"
-rev = "0af404741dfc40eb9fa99cf4d4140a09c5c20df7"
+version = "0.2.10"
 
 [build-dependencies]
 prost-build = "0.12.1"