diff options
Diffstat (limited to 'tvix/castore/Cargo.toml')
-rw-r--r-- | tvix/castore/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index d1a5da964f9a..acc1a8bc1284 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -44,7 +44,9 @@ redb = "2.1.1" [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" [dependencies.fuse-backend-rs] optional = true |