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 1
1
[package ]
2
2
name = " socket2"
3
- version = " 0.4.5"
3
+ version = " 0.5.0"
4
+ publish = false
4
5
authors = [
5
6
" Alex Crichton <alex@alexcrichton.com>" ,
6
7
" 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.
19
19
20
20
[ API documentation ] : https://docs.rs/socket2
21
21
22
- # Two branches
22
+ # Branches
23
23
24
24
Currently 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.
26
27
27
28
[ 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
28
30
29
31
# OS support
30
32
You can’t perform that action at this time.
0 commit comments