Skip to content

Commit

Permalink
os_socketaddr was unsound and breaks newer Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
dholroyd committed Feb 17, 2023
1 parent 752632d commit 1d20245
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ libsrt-sys = { path = "libsrt-sys", version = "1.4.13" }
libc = "0.2"
futures = "0.3"

os_socketaddr = { git = "https://github.com/nthieu173/os_socketaddr.git", branch = "kozuka-add_support_windows" }
# os_socketaddr = "0.1.1"
os_socketaddr = "0.2.4"


[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 1d20245

Please # to comment.