diff options
author | Florian Klink <flokli@flokli.de> | 2024-07-01T07·48+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-07-01T15·53+0000 |
commit | f6c759de584005a10ec614ce6e51698253bb0404 (patch) | |
tree | 7e80b5d535c2db533806e2693462adcdf291fc40 /tvix/Cargo.nix | |
parent | 6a9a4d56a4a99acb95c2b4ca1d590490c7732f79 (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 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 32fc64c62fa3..5a2a3e2b5142 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -1283,14 +1283,9 @@ rec { }; "bigtable_rs" = rec { crateName = "bigtable_rs"; - version = "0.2.9"; + version = "0.2.10"; edition = "2021"; - workspace_member = null; - src = pkgs.fetchgit { - url = "https://github.com/flokli/bigtable_rs"; - rev = "0af404741dfc40eb9fa99cf4d4140a09c5c20df7"; - sha256 = "1njjam1lx2xlnm7a41lga8601vmjgqz0fvc77x24gd04pc7avxll"; - }; + sha256 = "0wzcx254qlzy64306mg3ynp1izvn0wdii2gyn6raz0harl5bmk0j"; authors = [ "Fuyang Liu <liufuyang@users.noreply.github.com>" ]; |