File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " socket2"
3- version = " 0.4.5"
3+ version = " 0.5.0"
4+ publish = false
45authors = [
56 " Alex Crichton <alex@alexcrichton.com>" ,
67 " Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ See the [API documentation] for more.
1919
2020[ API documentation ] : https://docs.rs/socket2
2121
22- # Two branches
22+ # Branches
2323
2424Currently Socket2 supports two versions: v0.4 and v0.3. Version 0.4 is developed
25- in the master branch, version 0.3 in the [ v0.3.x branch] .
25+ in the [ v0.4.x branch] branch, version 0.3 in the [ v0.3.x branch] . Version 0.5
26+ is currently being developed in the master branch.
2627
2728[ v0.3.x branch ] : https://github.com/rust-lang/socket2/tree/v0.3.x
29+ [ v0.4.x branch ] : https://github.com/rust-lang/socket2/tree/v0.4.x
2830
2931# OS support
3032
You can’t perform that action at this time.
0 commit comments