diff options
author | Florian Klink <flokli@flokli.de> | 2023-09-25T19·18+0300 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-09-26T09·51+0000 |
commit | 124c1c06dec432501a236bc8a04f362dd94a7af7 (patch) | |
tree | dd2e8da2db7ee25fc1a039fc158bf2facd00ed00 /tvix/store | |
parent | f8746fcab0d6cbd6d9e7a49ce2217f858151a476 (diff) |
chore(tvix/store): move fuse-backend-rs back to upstream r/6654
It's in no release yet, but this is the current rev in master. Change-Id: I9e4bc2fde26e85c4182bd66b3e566c2d957072ed Reviewed-on: https://cl.tvl.fyi/c/depot/+/9469 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/store')
-rw-r--r-- | tvix/store/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 05b3f4c863f1..94be3e28638b 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -35,8 +35,8 @@ tokio-listener = { version = "0.2.1" } [dependencies.fuse-backend-rs] optional = true # TODO: Switch back to upstream version once https://github.com/cloud-hypervisor/fuse-backend-rs/pull/153 lands. -git = "https://github.com/cbrewster/fuse-backend-rs.git" -branch = "optional-allow_other" +git = "https://github.com/cloud-hypervisor/fuse-backend-rs" +rev = "402e7c531bc75bc44ac366dc59477de8b5d4ca08" # Ideally this would only be enabled if virtiofs is enabled # Ex: virtiofs = [..., "fuse-backend-rs/?vhost-user-fs", ...] # However, crate2nix doesn't properly understand this syntax and doesn't |