about summary refs log tree commit diff
path: root/tvix/store/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r--tvix/store/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml
index b542a7030244..ffe05b4a37e9 100644
--- a/tvix/store/Cargo.toml
+++ b/tvix/store/Cargo.toml
@@ -54,7 +54,9 @@ version = "0.12.2"
 
 [dependencies.bigtable_rs]
 optional = true
-version = "0.2.10"
+# https://github.com/liufuyang/bigtable_rs/pull/86
+git = "https://github.com/liufuyang/bigtable_rs"
+rev = "1818355a5373a5bc2c84287e3a4e3807154ac8ef"
 
 [build-dependencies]
 prost-build = "0.13.1"