From f6c759de584005a10ec614ce6e51698253bb0404 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 1 Jul 2024 10:48:23 +0300 Subject: chore(tvix): bump bigtable_rs to latest release 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 Reviewed-by: Connor Brewster Tested-by: BuildkiteCI --- tvix/store/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tvix/store/Cargo.toml') diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 5dd1747c1508..98760589cc78 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" -- cgit 1.4.1