Skip to content

Commit

Permalink
linux: bump reis to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Oct 5, 2024
1 parent 9d48e98 commit 9c84962
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
1 change: 0 additions & 1 deletion src/linux/libei.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ impl Con {
&context,
libei_name,
ei::handshake::ContextType::Sender,
&INTERFACES,
)
.unwrap();

Expand Down

0 comments on commit 9c84962

Please sign in to comment.