diff --git a/eden/fs/Cargo.toml b/eden/fs/Cargo.toml index df19650f33570..ab0e8d39feac1 100644 --- a/eden/fs/Cargo.toml +++ b/eden/fs/Cargo.toml @@ -21,9 +21,6 @@ uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16da uefisettings_backend_thrift = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" } warp = { git = "https://github.com/jdthomas/warp.git", rev = "c794232d182abaa3add8184e7d661e084cc516c5", features = ["tls"] } -[patch."https://github.com/rust-vmm/vfio"] -vfio-bindings = "0.3.1" - [workspace] members = [ "benchmarks", diff --git a/eden/mononoke/Cargo.toml b/eden/mononoke/Cargo.toml index f962e07f5da8a..6c9f40736c93b 100644 --- a/eden/mononoke/Cargo.toml +++ b/eden/mononoke/Cargo.toml @@ -104,9 +104,6 @@ uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16da uefisettings_backend_thrift = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" } warp = { git = "https://github.com/jdthomas/warp.git", rev = "c794232d182abaa3add8184e7d661e084cc516c5", features = ["tls"] } -[patch."https://github.com/rust-vmm/vfio"] -vfio-bindings = "0.3.1" - [workspace] members = [ ".",