about summary refs log tree commit diff
path: root/tvix/store/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-16T21·26+0200
committerclbot <clbot@tvl.fyi>2023-12-16T21·46+0000
commit43ab1543e22f12eb6cf3b290f8ec2c04818041e4 (patch)
tree484a3927df20cbf1caed41327b54cf90d41473ab /tvix/store/Cargo.toml
parent97dee277b06570cfd9cc661e2e900dcc7ad2ede8 (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/Cargo.toml')
-rw-r--r--tvix/store/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml
index 86d40d72ba..044b305b96 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