Skip to content

Commit bec9831

Browse files
author
pierresy
committed
Updated sctp-sys dependency
Removed eclipse .project file
1 parent 7258486 commit bec9831

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ keywords = ["transport", "network", "sctp", "libsctp", "socket"]
1111
license = "MIT"
1212

1313
[dependencies]
14-
sctp-sys = { git = "https://github.com/phsym/sctp-sys" }
14+
# sctp-sys = { git = "https://github.com/phsym/sctp-sys" }
15+
sctp-sys = "0.0.7"
1516
libc = "^0.2"
1617
winapi = "^0.2"
1718
ws2_32-sys = "^0.2"

0 commit comments

Comments
 (0)