diff options
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 |