From 9c8496267fda5d68cb23206de8be2720f94e4dd1 Mon Sep 17 00:00:00 2001 From: pentamassiv Date: Sat, 5 Oct 2024 16:47:33 +0200 Subject: [PATCH] linux: bump reis to 0.3 --- Cargo.toml | 2 +- src/linux/libei.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c0e393f..27d5b34d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ foreign-types-shared = "0.3" [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] libc = "0.2" -reis = { version = "0.2.0", optional = true } +reis = { version = "0.3.0", optional = true } ashpd = { version = "0.9.1", optional = true } pollster = { version = "0.3.0", optional = true } once_cell = { version = "1.19.0", optional = true } diff --git a/src/linux/libei.rs b/src/linux/libei.rs index 60bd5040..bdd04fec 100644 --- a/src/linux/libei.rs +++ b/src/linux/libei.rs @@ -157,7 +157,6 @@ impl Con { &context, libei_name, ei::handshake::ContextType::Sender, - &INTERFACES, ) .unwrap();