diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-16T21·26+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-16T21·46+0000 |
commit | 43ab1543e22f12eb6cf3b290f8ec2c04818041e4 (patch) | |
tree | 484a3927df20cbf1caed41327b54cf90d41473ab /tvix/store | |
parent | 97dee277b06570cfd9cc661e2e900dcc7ad2ede8 (diff) |
chore(tvix/store): switch back to fuse-backend-rs upstream r/7224
The fix mentioned in Cargo.toml did land in https://github.com/cloud-hypervisor/fuse-backend-rs/pull/162. Change-Id: I4451f910806f05400f7e0f83581ae786f170b9e2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10375 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Diffstat (limited to 'tvix/store')
-rw-r--r-- | tvix/store/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 86d40d72bacf..044b305b96ae 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -37,9 +37,7 @@ xz2 = "0.1.7" [dependencies.fuse-backend-rs] optional = true -# TODO: Switch back to upstream version once https://github.com/cloud-hypervisor/fuse-backend-rs/pull/157 lands. -git = "https://github.com/griff/fuse-backend-rs" -branch = "macfuse-fix" +version = "0.11.0" [dependencies.vhost] optional = true |